LDAP Login wrong password

1
Hi, I have added the server configuration and managed to successfully test a bind but not managed to authenticate correctly. Here is some troubleshooting info: LDAP Root Directory: cn=users,DC=xxx,DC=CO,DC=UK User Import Path: cn=users,DC=xxx,DC=CO,DC=UK Trying to log in with username “fpa-atkinp1” 2013-07-01 16:21:56.656 INFO - Connector: New login request from [Source-IP: xxx, User-Agent: Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/xxx Safari/537.36] 2013-07-01 16:21:56.675 INFO - Ldap: Trying to authenticate uid=mendix-bind,cn=users,dc=xxx,dc=co,dc=uk with LDAP 2013-07-01 16:21:56.686 INFO - Ldap: User uid=mendix-bind,cn=users,dc=xxx,dc=co,dc=uk authenticated with LDAP 2013-07-01 16:21:56.686 INFO - Ldap: Trying to authenticate fpa-atkinp1 with LDAP 2013-07-01 16:21:56.694 INFO - Core: LdapLogin FAILED: invalid password for user fpa-atkinp1 Trying to log in with username “uid=fpa-atkinp1,cn=users,dc=xxx,dc=co,dc=uk” 2013-07-01 16:28:26.095 INFO - Connector: New login request from [Source-IP: xxx, User-Agent: Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/xxx Safari/537.36] 2013-07-01 16:28:26.118 INFO - Ldap: Trying to authenticate uid=mendix-bind,cn=users,dc=xxx,dc=co,dc=uk with LDAP 2013-07-01 16:28:26.125 INFO - Ldap: User uid=mendix-bind,cn=users,dc=xxx,dc=co,dc=uk authenticated with LDAP 2013-07-01 16:28:26.125 INFO - Ldap: Trying to authenticate uid=fpa-atkinp1,cn=users,dc=xxx,dc=co,dc=uk with LDAP 2013-07-01 16:28:26.135 INFO - Ldap: User uid=fpa-atkinp1,cn=users,dc=xxx,dc=co,dc=uk authenticated with LDAP 2013-07-01 16:28:26.139 INFO - Core: Login FAILED: unknown local user uid=fpa-atkinp1,cn=users,dc=xxx,dc=co,dc=uk , is the userbase in sync? We don’t use the domain suffix for our logins so I suspect the module may have to be tweaked to send the username in the same way as the bind user? ...Or is there an easier solution to get the authentication working?
asked
1 answers
0

Did you complete all the necesarry steps according to the documentation? I assume you passed the steps to make a connection to the secure server.

First make a connection with the ldap database Second check all the usergroups and find the groups you would like to sync. Check that all the entities can be read and define which entitty contains the user name and password and define which other entities need to sync. Do a first sync of the server Define the roles which need to be connected to the users. Do again a sync of the users.

Then test the connection with a user account that you know and have the password of.

Hope this helps,

Regards,

Ronald

answered