]> git.sur5r.net Git - openldap/blob - servers/slapd/slapd.conf
Add reference to slapd.conf(5) and recommendation to avoid cleartext passwords.
[openldap] / servers / slapd / slapd.conf
1 #
2 # See slapd.conf(5) for details on configuration options.
3 #
4 include         %SYSCONFDIR%/slapd.at.conf
5 include         %SYSCONFDIR%/slapd.oc.conf
6 schemacheck     off
7 referral        ldap://ldap.itd.umich.edu
8
9 #######################################################################
10 # ldbm database definitions
11 #######################################################################
12
13 database        ldbm
14 suffix          "dc=your-domain, dc=com"
15 #suffix         "o=Your Organization Name, c=US"
16 directory       /usr/tmp
17 rootdn          "cn=root, dc=your-domain, dc=com"
18 #rootdn         "cn=root, o=Your Organization Name, c=US"
19 rootpw          secret
20 # cleartext passwords, especially for the rootdn, should
21 # be avoid.  See slapd.conf(5) for details.