I have problems to connect to alfresco with LDAP-Users. I activated Kerberos authentication which works perfectly for CIFS and HTTP Share. Users are synced also correctly with my LDAP configuration.
My problem is now, that Kerberos-Usernames and LDAP-Usernames are not in sync, so I cannot login on mobile-app with LDAP-Usersname. I can only connect with Kerberos-User-Name like that:
When I log in with "[email protected]" with the mobile app, there is a new username created in Alfresco in parallel with the user "username" that comes from LDAP.
I would like to log in always only with "username" and not with "[email protected]". So I thin there must be something wrong inside my alfresco-global.properties:
I tried different things to solve my problem with Alfresco Mobile Application on Android but I am still not able to login even though Login is working correctly with the browser by using UID as Login-ID. Also Kerberos authentication for CIFS and Share SSO is working.
When I try to login with Alfresco Mobil I get the following error in the log:
It seems, that the mobil-application does not find the alfresco user (synced to alfresco with ldap) when I try to login with UID. In Browser Share I also use the same username and it works perfectly. For kerberos the authentication is done with [email protected]. This works also for the mobile application but this is not what I expect because, then a new independent user with [email protected] is created automatically in Alfresco.
As I understand the online-descriptions in docs.alfresco.com, ldap shout be used before kerberos to authenticate the user. But why the ldap-authentication is not working in the mobile-app but it is in the browser share?
Hope someone can help me to find the reason of my problem or what could I do to debug this situation?