]> git.sur5r.net Git - openldap/blob - servers/slapd/slapd.conf
Add support for users to -DSLAPD_UNDEFINED_OC_IS_NOT_EXTENSIBLE
[openldap] / servers / slapd / slapd.conf
1 #
2 # See slapd.conf(5) for details on configuration options.
3 # This file should NOT be world readable.
4 #
5 include         %SYSCONFDIR%/slapd.at.conf
6 include         %SYSCONFDIR%/slapd.oc.conf
7 schemacheck     off
8 #referral       ldap://root.openldap.org/
9
10 pidfile         %LOCALSTATEDIR%/slapd.pid
11 argsfile        %LOCALSTATEDIR%/slapd.args
12
13 #######################################################################
14 # ldbm database definitions
15 #######################################################################
16
17 database        ldbm
18 suffix          "dc=my-domain, dc=com"
19 #suffix         "o=My Organization Name, c=US"
20 rootdn          "cn=Manager, dc=my-domain, dc=com"
21 #rootdn         "cn=Manager, o=My Organization Name, c=US"
22 rootpw          secret
23 # cleartext passwords, especially for the rootdn, should
24 # be avoid.  See slapd.conf(5) for details.
25 directory       /usr/tmp
26