> # 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.
