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