From 8cf66c4a94e225b9456d28e0ecd1684bc5f90f3d Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Sat, 5 Dec 1998 03:19:17 +0000 Subject: [PATCH] Import change to dc from devel --- servers/slapd/slapd.conf | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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 -- 2.47.2