> Is there an ldap browser for Linux? That would be a very useful tool. ldapsearch is what you want. It's part of OpenLDAP client tools; it's the ldap-utils package on a Debian-like system.
Here's an example bind-and-search command against our dev directory: ldapsearch -H ldap://ed-dev.middleware.vt.edu:10389 -Z -b ou=People,dc=vt,dc=edu -D uid=1145718,ou=People,dc=vt,dc=edu -W uupid=serac The -D flag is for your bind DN (e.g. CN=Administrator,OU=Users,... on AD) and the last argument is the search filter. M -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
