-
Notifications
You must be signed in to change notification settings - Fork 410
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ldap active users bug fix #248
Conversation
Change variable name. Signed-off-by: termanix <50464194+termanix@users.noreply.github.com>
Fixed ruff Signed-off-by: termanix <50464194+termanix@users.noreply.github.com>
Fixed ruff spaces Signed-off-by: termanix <50464194+termanix@users.noreply.github.com>
Thanks for the fix. In which instances is user_account_control = None? |
I encountered msExchUserAccountControl. When i research it, it's Indicates that the user is associated with the Exchange server. This property specifies the status of the Exchange account and indicates whether there is a mailbox associated with the user. But i didnt get it, why it is get the msExchUserAccountControl value. If im not busy, i would have setup on local exchange server. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bug fix. I got an error today when im on my client, if useraccountcontrol value is none then its crashing. Now it's checking.
Updated now and working again.