Skip to content
Snippets Groups Projects
Commit bd4aaf1d authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Import slapd.conf and ldap.conf changes from -devel

Mainly comment on 'read' privs and provide references to man pages
parent 5dad7119
No related branches found
No related tags found
No related merge requests found
......@@ -238,7 +238,10 @@ Specify the DN of an entry that is not subject to access control
or administrative limit restrictions for operations on this database.
.TP
.B rootpw <password>
Specify a password for the rootdn.
Specify a password (or hash of the password) for the rootdn.
This option accepts all password formats known to the server
including \fB{SHA}\fP, \fB{MD5}\fP, \fB{CRYPT}\fP, and cleartext.
Cleartext passwords are not recommended.
.TP
.B suffix <dn suffix>
Specify the DN suffix of queries that will be passed to this
......
......@@ -2,6 +2,9 @@
# LDAP Defaults
#
# See ldap.conf(5) for details
# This file should be world readable.
BASE dc=OpenLDAP, dc=Org
HOST ldap.openldap.org
......
#
# See slapd.conf(5) for details on configuration options.
# This file should NOT be world readable.
#
include %SYSCONFDIR%/slapd.at.conf
include %SYSCONFDIR%/slapd.oc.conf
schemacheck off
......@@ -14,3 +18,5 @@ directory /usr/tmp
rootdn "cn=root, dc=your-domain, dc=com"
#rootdn "cn=root, o=Your Organization Name, c=US"
rootpw secret
# cleartext passwords, especially for the rootdn, should
# be avoid. See slapd.conf(5) for details.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment