I have a Linux server running OpenLDAP. The application on the Linux server is supposed to query the users id to AD for authentication. I keep getting an "invalid credentials" error when OpenLDAP (linux server) tries to authenticate to AD but this is strange because I even get this with my Windows logon ID or any co-workers so I know the IDs are good. Here is the error below. Any help would be greatly appreciated.
[root@localhost root]# ldapsearch -x -b "OU=accounts
users,OU=usa,DC=mkcorp,DC=com" -h 172.21.64.2 -D camposj -W
Enter LDAP Password:
ldap_bind: Invalid credentials
additional info: 80090308: LdapErr: DSID-0C09030B, comment:
AcceptSecurityContext error, data 525, v893
Thank you,
[root@localhost root]# ldapsearch -x -b "OU=accounts
users,OU=usa,DC=mkcorp,DC=com" -h 172.21.64.2 -D camposj -W
Enter LDAP Password:
ldap_bind: Invalid credentials
additional info: 80090308: LdapErr: DSID-0C09030B, comment:
AcceptSecurityContext error, data 525, v893
Thank you,