> 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.
Received on Sun Jan 11 2004 - 20:45:20 MST
This archive was generated by hypermail pre-2.1.9 : Sun Feb 01 2004 - 12:00:05 MST