• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

programaticly ldap

 
Ranch Hand
Posts: 121
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

is it possibible to create keys and certificate programaticly, and then add them into ldap, and get this x.509 certificate from ldap (example for verifying signature or encrypting), programaticly of course?

Thanks.

to refer myself - I have made it succesfuly add users and objectclasses (and get the users data for authentication) in/out to ldap with jndi functions, but I can not find no where handling users certificate with jndi (i.e. programaticly) - we can add it only by the console.

Is there any article or examples of the issuse?

Here my final goal after I succesfully manage the ldap certificates, to use it in ws handlers to verify or encrypt SOAP.

Thanks.
[ October 26, 2007: Message edited by: Marko Debac ]
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic