1830342 Members
2599 Online
110001 Solutions
New Discussion

ldapsearch

 
SOLVED
Go to solution
Anoop P_2
Regular Advisor

ldapsearch

Hi All!

One of our application developers suddenly asked me to get 'ldapsearch' command installed in one of our HPUX systems.

Could some one tell me whether this command is a part of any utility? If yes, what is that utility and where can I download it?

Thanks in advance.
6 REPLIES 6
Muthukumar_5
Honored Contributor

Re: ldapsearch

ldapsearch can be used to query the ldap directory server about the user entries and organization information's there.

ldapsearch utility is coming with LDAP-UX client service or Netscape Directory Server.

You can download the depot's from

http://software.hp.com

Details are as,

J4269AA B.03.20 LDAP-UX Integration

or

J4258CA B.06.11.10 Netscape Directory Server v6 for HP-UX


We can manage with only Netscape Directory Server to query the user entries / adding entries there on HP-UX systems
Easy to suggest when don't know about the problem!
R. Sri Ram Kishore_1
Respected Contributor

Re: ldapsearch

Hi,

This link explains ldapsearch:
http://docs.hp.com/hpux/onlinedocs/J4269-90030/00/00/49-con.html

HTH.

Regards,
Sri Ram
"What goes up must come down. Ask any system administrator."
Senthilmurugan
Frequent Advisor

Re: ldapsearch

Hello Anoop,

ldapsearch utility comes with the ldap-ux application. ldap-ux is HP ldap utility and it will be installed in /opt/ldapux path. The ldapsearch utility will be in the /opt/ldapux/bin/ location. Other than HP's ldap tool there is also a opensource tool called "openldap". And also Netscape has its own ldap utility called NDS-Netscape Directory Server.

Regards,
Senthil Murugan

Muthukumar_5
Honored Contributor
Solution

Re: ldapsearch

Netscape Directory Server product information and freely avaiable over,

http://software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=J4258CA

You can use following url to install the Netscape Directory Server,
http://developer.netscape.com/docs/manuals/enterprise/40/ig/install.htm
Easy to suggest when don't know about the problem!
Senthilmurugan
Frequent Advisor

Re: ldapsearch

You can get the LDAP-UX product information from the following link

http://www.software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=J4269AA

Regards,
Senthil Murugan
Anoop P_2
Regular Advisor

Re: ldapsearch

Thanks for every body's response