Thursday, December 10, 2009

LDAP Search

ldapsearch -x -h ldap.foo.com -b 'ou=active,ou=employees,ou=people,o=foo.com' -W

-x Use simple authentication instead of SASL.
-b Searchbase
-W Prompt for simple authentication

No comments: