From: Kurt Zeilenga Date: Sat, 5 Dec 1998 03:19:17 +0000 (+0000) Subject: Import change to dc from devel X-Git-Tag: OPENLDAP_REL_ENG_1_1_0~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8cf66c4a94e225b9456d28e0ecd1684bc5f90f3d;p=thirdparty%2Fopenldap.git Import change to dc from devel --- diff --git a/servers/slapd/slapd.conf b/servers/slapd/slapd.conf index c609a793d0..901e569382 100644 --- a/servers/slapd/slapd.conf +++ b/servers/slapd/slapd.conf @@ -1,5 +1,5 @@ -include %ETCDIR%/slapd.at.conf -include %ETCDIR%/slapd.oc.conf +include %SYSCONFDIR%/slapd.at.conf +include %SYSCONFDIR%/slapd.oc.conf schemacheck off referral ldap://ldap.itd.umich.edu @@ -8,7 +8,9 @@ referral ldap://ldap.itd.umich.edu ####################################################################### 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