Synchronization to LDAP (deletions)

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-15-2016 03:36 PM
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
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
Labels:
- Labels:
-
Archive
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-19-2016 10:27 AM
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?
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?

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-19-2016 04:22 PM
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.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-20-2016 11:57 AM
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?
