cancel
Showing results for 
Search instead for 
Did you mean: 

User Deletion Question

rhoefer
Champ in-the-making
Champ in-the-making
I've currently got Alfresco 3.3g setup to use alfrescoNtlm as well as ldap. Here's my authentication chain:
authentication.chain=alfrescoNtlm1:alfrescoNtlm,ldap1:ldap

I made a few local users that are not in LDAP to test with and when the next LDAP sync occured some of the users were deleted.
Here's what I saw in the logs.

12:45:08,888 INFO  [org.alfresco.repo.security.sync.ChainingUserRegistrySynchronizer] ldap1 Authority Deletion: Commencing batch of 3 entries
12:45:09,749 INFO  [org.alfresco.repo.security.sync.ChainingUserRegistrySynchronizer] ldap1 Authority Deletion: Processed 3 entries out of 3. 100%
complete. Rate: 3 per second. 0 failures detected.

Some of the users that were created were deleted but not others. The remaining users created locally are not duplicated in ldap.
1 REPLY 1

rhoefer
Champ in-the-making
Champ in-the-making
Looks like I was adding local users added with alfrescoNtlm to LDAP synced groups. I was hoping that alfresco would let these users co-exist peacefully but its looking like instead of just removing them from the group, Alfresco's LDAP  Authority Deletion will remove them completely.

Just wondering if this deletion of local non synced users created with alfrescoNtlm should happen instead of removal from the ldap synced group.