Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

LDAP Validation Problem

Status
Not open for further replies.

jacob200

IS-IT--Management
Sep 6, 2000
56
US
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,
 
-D? You need to specify the user as well ... -W is only for the password ...

-Chris Larivee
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top