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 Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

LDAP Authentication question

Status
Not open for further replies.

katkota

Programmer
Joined
Jan 15, 2008
Messages
2
Location
US
I use this command below to search LDAP & the command returns all users in LDAP.

ldapsearch -H ldap://ldap.abc.com -x -s sub -D 'uid=ic-admin,ou=Directory Admin ,dc=abc,dc=com' -w password -b 'dc=abc,dc=com' -ZZ supportedSASLMechanisms


How can i use any LDAP command to authenticate users before login to a UNIX Solaris10 box i have?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top