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