• 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

Directory swaping

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

We have developed a web tool (JSP, Servlets) with LDAP (SUN One) back end to read and update the LDAP attributes. We have used the following simple JNDI API to connect to SUNOne LDAP server and I think we also generated java keystore and stored in lib/security (I'm not sure we ranit or not, since it was long ago)


Now our env. switching to OPENLdap. In order to switching to another LDAP directory, what things do I've to do from my end? The API works as well for OpenLDAP also? Do we have to generate the keystore as well on OpenLDAP? Please suggest me.
reply
    Bookmark Topic Watch Topic
  • New Topic