Hi All,
What would be a better way to bulk delete users from AEM 6.1 author (like server/computer accounts not needed on AEM) which got synched from our Active Directory? This number is quite big ~ around 5000.
Appreciate your help!
Thanks,
Ramya
Solved! Go to Solution.
Hi Ramya,
Since it synced from ldap. Configure the ldap filter such that it will not return the user no more needed. Then from osgi run purge on ldap mbean.
Thanks,
Hi Ramya,
Since it synced from ldap. Configure the ldap filter such that it will not return the user no more needed. Then from osgi run purge on ldap mbean.
Thanks,
Hi,
Thanks for your advise!
I was looking to purge the orphaned users using the LDAP MBean. The Jackrabbit Api does not clearly mention what the orphaned users are. I see that the some of the users returned in Orphaned users list are still active users in the Active directory. Do you know what the Orphaned users are?
Thanks,
Ramya
Views
Replies
Total Likes
Hi Ramya,
The user exist in AEM but not available in ldap OR disabled in ldap. Your filter plays a major role here to get right set of valid ldap users.
Thanks,
Views
Replies
Total Likes
Hi , how exactly to add this filter and where do we configure this?
I need to delete all synced users from LDAP from AEM altogether.
Thanks in advance.
Views
Replies
Total Likes