Skip to content

Commit

Permalink
bug fix 2 asd
Browse files Browse the repository at this point in the history
  • Loading branch information
Leone25 committed May 6, 2024
1 parent dd2b5c5 commit f1b0807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/sugo.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
$mappedUsers[] = [
'uid' => $user['uid'],
'cn' => $user['cn'],
'needsToSign' => Ldap::optionalBooleanToBool($user, 'signedsir'),
'needsToSign' => !Ldap::optionalBooleanToBool($user, 'signedsir'),
'isLocked' => Ldap::optionalBooleanToBool($user, 'nsaccountlock'),
'email' => $user['mail']
];
Expand Down

0 comments on commit f1b0807

Please sign in to comment.