|
From: Richard B. <rb...@eh...> - 2012-09-04 00:07:49
|
PS. I did find out that the answer to question 1 and 2 is to modify the ejbca_4_0_10/src/java/org/ejbca/core/model/ca/publisher/LdapPublisher.java class to add the functions I want. Is there any guidance the dev team can give me on what variable the p12 cert is going to be in? I already reviewed the code in this file and it appears that I need to add my attributes to the methods. On Mon, Sep 3, 2012 at 6:53 PM, Richard Braman <ehr...@gm...> wrote: > HI, I am a newbie to EJBCA but I have been able to setup a test CA using > latest EJBCA deployed on Ubuntu/Glassfish 2.1/MySQL. Many thanks for the > excellent product and instructions. I was also able to configure > publishing of new user data, plus the users cert (public) to my OpenSSO > based LDAP directory. I do have 3 questions: > > 1. I would like to publish the .p12 file (including the private key) for > the user to the LDAP attribute userPKCS12. Is this possible without > modification to the codebase? > > 2. I have a list of about 10 or so attributes in my LDAP that I would > like to publish out of the CA (I use the iPlanet Object classes as well as > Health Care Provider Directory classes defined by IHE International. > > 3. I did not see that userPassword was published, even though I check the > box. > > Thanks in advance for the help. > > RIchard Braman > |