Jump to content

Setting up open-ldap


phunni
 Share

Recommended Posts

I've been trying to set up and open-ldap server on my system and I can't get it to work. I've follwed the quickstart to the letter but am told whenever I try and connect that the ldap server cannot be contacted...

 

My /etc/openldap/slapd.conf:

 

#######################################################################
# BDB database definitions
#######################################################################

database	bdb
suffix  "dc=redfruit,dc=co,dc=uk"
rootdn  "cn=Manager,dc=redfruit,dc=co,dc=uk"
# Cleartext passwords, especially for the rootdn, should
# be avoid.  See slappasswd(8) and slapd.conf(5) for details.
# Use of strong authentication encouraged.
rootpw  secret
# The database directory MUST exist prior to running slapd AND 
# should only be accessible by the slapd and slap tools.
# Mode 700 recommended.
directory	/var/lib/openldap/openldap-data
# Indices to maintain
index	objectClass	eq

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...