Quanah Gibson-Mount wrote:
Look at your ldapadd command:
ldapadd -x -D "cn=adam,dc=mdah,dc=state,dc=ms,dc=us" -W -h
Now, all you need to do is change "add" to "search" and remove the -h at the end.
cool, thanks. I am still getting the same result, though.
ldapsearch -x -D "cn=adam,dc=mdah,dc=state,dc=ms,dc=us" -W
Okay, now lets add your search base to this search. Add the flag:
-b "dc=mdah,dc=state,dc=ms,dc=us"
--Quanah
-- Quanah Gibson-Mount Principal Software Developer ITS/Shared Application Services Stanford University GnuPG Public Key: http://www.stanford.edu/~quanah/pgp.html