> # LDAPv3
> # base <dc=juno,dc=hov,dc=butanegroup,dc=com> with scope sub
> # filter: Attribute=*
> # requesting: ALL
> #
> # search result
> search: 2
>
Ok.If u want to search the particular user informations from the LDAP directory means you have to specify the attribute.
Attribute in the sense the uid or uidNumber,dn or ... etc. not as attribute=*.
/ldapsearch -h <host-name> -xv -b <bind name> "<attribute=<attribute-value>
attribute = uid or uidNumber or dn etc
attribute-value = user1 or 3456 like that
Regards,
Muthukumar.
Received on Sun Jan 11 2004 - 09:24:26 MST
This archive was generated by hypermail pre-2.1.9 : Sun Feb 01 2004 - 12:00:05 MST