• 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

Implementing LDAP

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

I am trying to start a new applictaion in java to implement LDAP to create/delete/modify system Logins in the concern OUs.How can i do it?

Can anybody help me out in this regard?
How can i start and which technology/platform (currently i working on java) will be beneficial and easy to implement??

Any help will be appriciated..


*****************************
 
Ranch Hand
Posts: 53
Eclipse IDE Spring Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Check this out:

http://java.sun.com/products/jndi/tutorial/

It describes how to use JNDI with LDAP.

Cheers,
Ernesto
 
Bartender
Posts: 1638
IntelliJ IDE MySQL Database Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You want to implement an Ldap server or you want to create a front end application to add/modify LDAP entries?
Whatever may be the intent, i think there are enough open source projects available that can be used. OpenLDAP is an open source LDAP implementation. For connection to any LDAP there are different LDAP browsers available. One good one is JXplorer
reply
    Bookmark Topic Watch Topic
  • New Topic