I have LDAP authetication working properly as long as the user accounts have been synced up with Alfresco via the background sync process. Users in ldap directory are created by another application and might be logging into alfresco before the sync job runs.
I am wondering if there is a way to create the user account in alfresco if the authenication to ldap directory succeeds?
I also have been using LDAP authentication with CAS-SSO and the users are being imported automatically from the LDAP Server, without any special configuration. This also happens when the users are not in the Alfresco db yet.
i am using chaining. seems like the user account is created when the user first logs in the webclient. I am not synchronizing. but when the user logs in using http authentication for a webscript the user account is not created even though the user is logged in. Does anyone know any details on this - how to create the ldap user account during first time webscript login.