You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I disable a user in Active Directory, the LDAP sync shows one less number of users sync'd, but the missing user is not disabled or deleted. I tried with both the latest container published in dockerhub, as well as by building the container from the latest git. Neither worked.
The text was updated successfully, but these errors were encountered:
Hi, can you please post some logs (trace level) and your ldap provider config (without sensitive content). Have you set the disable_missing flag to true?
How does the feature work? Should the LDAP filter be set to filter out
locked or disabled users and then should the disable missing users setting
allow the system to automatically disable users who did not show up in the
last sync?
This is what I tested but could not get working. Can you share a working
config that I can compare against?
This is my sync filter:
sync_filter: (&(objectClass=organizationalPerson)(memberOf=CN=vpn_users,OU=Service Groups,OU=,DC=
,DC=local)(!userAccountControl:1.2.840.113556.1.4.803:=2)(!userAccountControl:1.2.840.113556.1.4.803:=16)(mail=*))
If I disable a user in Active Directory, the LDAP sync shows one less number of users sync'd, but the missing user is not disabled or deleted. I tried with both the latest container published in dockerhub, as well as by building the container from the latest git. Neither worked.
The text was updated successfully, but these errors were encountered: