> Ldapsearch -h 192.168.2.2 -xv -b dc=hov,dc=butanegroup,dc=com > "uid=administrator" > > > > ldap_init ( 192.168.2.2,0 ) > Filter: uid=administrator > Requesting: ALL > #extended LDIF
Yes. Meantime you have to put the "<attribute=atribute-value>" in the ldapsearch.You missed to put the " in end of the search. /ldapsearch -h 192.168.2.2 -xv -b dc=hov,dc=butanegroup,dc=com "uid=*" /ldapsearch -h 192.168.2.2 -xv -b dc=hov,dc=butanegroup,dc=com " " -S uid You will get all user informations. Regards, Muthukumar.
