>
> Ldapsearch -h 192.168.2.2 -v -x -D dc=juno,dc=hov,dc=butanegroup,dc=com
>
> The complete name of my server is: juno.hov.butanegroup.com
>
> Could you please help me on this one and tell me dose the argument sound
>>>
You are not using the correct way of search to LDAP database.
/ldapsearch -h 192.168.2.2 -xv -b dc=juno,dc=hov,dc=butanegroup,dc=com "Attribute=*"
will print all information about the users. If u need any help regarding this put as
/ldapsearch -H will print all the usage informations.
or use the link
http://tille.soti.org/training/ldap/ldapbasics-c614.html#sect_03_01
No need to use the Distinguished name for the ldapsearch use the bind name for the search.
Regards,
Muthukumar.
Received on Sun Jan 11 2004 - 08:59:49 MST
This archive was generated by hypermail pre-2.1.9 : Sun Feb 01 2004 - 12:00:05 MST