Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

LDAP compliant certificate search

Status
Not open for further replies.

alokrai

Programmer
Jul 11, 2002
1
IN
Hello all,

We have to write a search program for an LDAP compliant Directory Server to retrieved installed Certificate attibutes such as "Fingerprint" on specific "ou".

To do that we are first trying to setup the following structure in Netscape Directory Server (and also earlier in iPlanet Directory Server):
- Root
- c=IN
- o=INPKI
- ou=CCAIN
- ou=CA1
- ou=CA2
- cn=CCAPK
The problems we face are the following:
The Root shows "netscaperoot" as the root and takes DN as "o=netscaperoot". Therefore when we add o=INPKI, then we get the DN as "o=netscaperoot, c=IN, o=INPKI".

Also, are there an leads or references to websites which can support us in writing this application?

Thank you.

Regards,
Alok Rai

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top