• 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

LDAP tutorial and server

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

I just want to use LDAP, can you please suggest me that from where should i start and which LDAP server i should use.

Thanks
Gaurav
 
Ranch Hand
Posts: 87
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i'm not sure but if you're looking for sys admin advice maybe you be better served trying a forum specific to that. that said both ldap and active directory are similar enough to just do ldap; if you are using linux ldap is available through your package system. for everything else google is your friend.
 
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

Originally posted by Gaurav Ram:
Hello Sir,

I just want to use LDAP, can you please suggest me that from where should i start and which LDAP server i should use.

Thanks
Gaurav



So, the first thing you need to do is to install an ldap server.
If it is already installed and you are not the guy who installed it, then run for the person who installed it and ask the path where it is installed.
openldap is a good free ldap server.
When you install it, you will get the installation path. There is a sh file called slapd that needs to be run as root to start openldap.
 
Ranch Hand
Posts: 54
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Wasn't there a post similar to this one in the same forum?

Anyway, if you post your error or problem you are having, we could help you out a little more. Start with the ldapserver, and then start using the ldap connection. Please keep up with these posts, as there are other people who are interested in the results.
 
Nitesh Kant
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
Hi Heather,

Appreciate your inputs but its usually not a good idea to Wake the zombies
reply
    Bookmark Topic Watch Topic
  • New Topic