X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=servers%2Fslapd%2Fslapd.conf;h=9133a46aa0d93a9d8fa50d0f1e00e88e3d368fa5;hb=56bbc0b4860c716b4a21f98c2f0eba9a7a70b765;hp=c609a793d021dd9281d2c38dcd5e41946158a2b8;hpb=42e0d83cb3a1a1c5b25183f1ab74ce7edbe25de7;p=openldap diff --git a/servers/slapd/slapd.conf b/servers/slapd/slapd.conf index c609a793d0..9133a46aa0 100644 --- a/servers/slapd/slapd.conf +++ b/servers/slapd/slapd.conf @@ -1,14 +1,28 @@ -include %ETCDIR%/slapd.at.conf -include %ETCDIR%/slapd.oc.conf +# +# 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 -referral ldap://ldap.itd.umich.edu + +#referral ldap://root.openldap.org + +pidfile %LOCALSTATEDIR%/slapd.pid +argsfile %LOCALSTATEDIR%/slapd.args ####################################################################### # ldbm database definitions ####################################################################### database ldbm -suffix "o=Your Organization Name, c=US" +suffix "dc=your-domain, dc=com" +#suffix "o=Your Organization Name, c=US" directory /usr/tmp -rootdn "cn=root, o=Your Organization Name, c=US" +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. + +