Users disabled by AD stay enabled in repository

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2020 03:29 AM
Hello,
We have a problem - when disableing users in AD they stay enabled in repository. Is it possible that users get disabled in repo when the get disabled in AD? We are using LDAP synchronization. See screenshots below:
Repo
AD
Thanks in advance and have a greate day!
Labels:
- Labels:
-
Alfresco Content Services
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2020 04:46 PM
Check ldap-ad-authentication.properties
ldap.synchronization.userAccountStatusProperty=userAccountControl ldap.synchronization.userAccountStatusInterpreter=ldapadUserAccountStatusInterpreter
and ldap-ad-authentication-context.xml
... <import resource="../../common-ldap-context.xml" /> <bean id="ldapadUserAccountStatusInterpreter" class="org.alfresco.repo.security.sync.ldap_ad.LDAPADUserAccountStatusInterpreter"> </bean> ...
