cancel
Showing results for 
Search instead for 
Did you mean: 

Synchronization to LDAP (deletions)

litllel
Champ in-the-making
Champ in-the-making
Hello guys
I want to modify my java classes ChainingUserRegistrySynchronizer to change the comportement of th sync paramaeter synchronization.allowDeletions, in order to desactivate users account instead of removing them from alfresco.

thanks for the help
3 REPLIES 3

gravitonian
Star Collaborator
Star Collaborator
Hi,

Should not an account be disabled by Alfresco if it is deleted from LDAP or AD and the synchronization.allowDeletions parameter is set to false?

litllel
Champ in-the-making
Champ in-the-making
When I set synchronization.allowDeletions parameter to false and delete a user from LDAP this user stay in my alfresco database and even he can't access to the application, I don't want to delete users from ldap each time i need to desactivate an account.

litllel
Champ in-the-making
Champ in-the-making
Why the user access account status is a none mutable attribute and how can I put it mutable in order to be able to change his value?