i have integrated LDAP with alfresco, so that when i create a user in LDAP and restart the alfresco tomcat server that user that i have created in LDAP is able to login.. My Problem is, i want the some kind of reverse process
i want to create user thru alfresco UI (instead of creating users in LDAP) and the user created should be stored in LDAP server….and should be authenticated
There are JIRA requests on this. Idea is that when a user logs in, his account is synchronised from LDAP (if that was not yet the case). On the other hand, I think keeping LDAP as the master is the better idea, but a user logging in (and known in LDAP) should get an LDAP update automatically from Alfresco.
1. i will login as ADMIN 2. ADMIN will create a new user 3. That new user details should be made to stored in LDAP server and not in default mysql alfresco DB