summaryrefslogtreecommitdiff
path: root/package/openldap/files/slapd.conf
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-11-17 11:51:51 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-11-17 11:51:51 +0100
commit9fa9bf80a2ea27735e4ffdda788d30815cc6ab87 (patch)
tree5cc7395be40d9ccbf6b6beb64fc2b8d2d461a363 /package/openldap/files/slapd.conf
parent7162d597bf52b0a10f94fe5b205848c5c8f19018 (diff)
update openldap, fine tune config
Diffstat (limited to 'package/openldap/files/slapd.conf')
-rw-r--r--package/openldap/files/slapd.conf8
1 files changed, 4 insertions, 4 deletions
diff --git a/package/openldap/files/slapd.conf b/package/openldap/files/slapd.conf
index d458fc495..3a065043b 100644
--- a/package/openldap/files/slapd.conf
+++ b/package/openldap/files/slapd.conf
@@ -16,15 +16,15 @@ argsfile /var/run/slapd.args
# BDB database definitions
#######################################################################
database bdb
-suffix "dc=my-domain,dc=com"
-rootdn "cn=Manager,dc=my-domain,dc=com"
+suffix "o=openadk"
+rootdn "cn=admin,o=openadk"
# 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
+rootpw linux123
# 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/openldap-data
+directory /etc/openldap-data
# Indices to maintain
index objectClass eq