diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-11-17 11:51:51 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-11-17 11:51:51 +0100 |
commit | 9fa9bf80a2ea27735e4ffdda788d30815cc6ab87 (patch) | |
tree | 5cc7395be40d9ccbf6b6beb64fc2b8d2d461a363 /package/openldap/files | |
parent | 7162d597bf52b0a10f94fe5b205848c5c8f19018 (diff) |
update openldap, fine tune config
Diffstat (limited to 'package/openldap/files')
-rw-r--r-- | package/openldap/files/slapd.conf | 8 |
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 |