Hi All!
  
     I am doing PKI based project. Since i need to get
the certificates from the existing LDAP server in my
company with the following schema.
 
       o=kbc center,c=IN
       |
       |     
       + ou = Internet
       |   |
       |   + cn=vimal
       |      +...certificate 
       | 
       + ou = NetworkSecurity
       |  |
       |  + cn=Manager
       |     | 
       |     + emailAddress
       |          |   
       |          + ca-certificate & crl 
       

I do my code in java using "naming - package".
 
Yes, I get the user certificates in the ou=internet by
using the search string
 
        basedn={ou=Internet,o=kbc center,c=In}
        search={cn=vimal}
 
 But I am unable to get the ca-certificate and crl
 reside in the aboce specified schema.I use the
similar
 code like
        
        basedn={ou=NetworkSecurity,o=kbc center,c=In}
        search={cn=Manager}
 It returns null object. Even i can't get the
 emailAddress attribute. 
 
 
 Plz help for this newbie.
 
 Thanx
 with best regards,
 vimal.....

__________________________________________________
Do you Yahoo!?
Yahoo! Web Hosting - establish your business online
http://webhosting.yahoo.com


-------------------------------------------------------
This SF.net email is sponsored by:Crypto Challenge is now open! 
Get cracking and register here for some mind boggling fun and 
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
_______________________________________________
Openca-Users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/openca-users

Reply via email to