From: Kurt Zeilenga Date: Sat, 4 Dec 1999 18:38:38 +0000 (+0000) Subject: Update slapd.conf to match quick start guide example X-Git-Tag: OPENLDAP_REL_ENG_1_2_8~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83eeda7ca83c7af9a0673d094c2ee0063d06444a;p=thirdparty%2Fopenldap.git Update slapd.conf to match quick start guide example --- diff --git a/CHANGES b/CHANGES index 3327b10515..9a6ec37855 100644 --- a/CHANGES +++ b/CHANGES @@ -18,6 +18,7 @@ Changes included in OpenLDAP 1.2 Release Engineering Support using short as LDAP_INT4 Documentation Reference Quick Start Guide in README and INSTALL + Update slapd.conf to reflect Quick Start Guide example ldappasswd(1) fix -c vs -H typo (ITS#154) Changes included in OpenLDAP 1.2.7 diff --git a/servers/slapd/slapd.conf b/servers/slapd/slapd.conf index 44a69ec789..6656e9a231 100644 --- a/servers/slapd/slapd.conf +++ b/servers/slapd/slapd.conf @@ -15,13 +15,12 @@ argsfile %LOCALSTATEDIR%/slapd.args ####################################################################### database ldbm -suffix "dc=your-domain, dc=com" -#suffix "o=Your Organization Name, c=US" -directory /usr/tmp -rootdn "cn=root, dc=your-domain, dc=com" -#rootdn "cn=root, o=Your Organization Name, c=US" +suffix "dc=my-domain, dc=com" +#suffix "o=My Organization Name, c=US" +rootdn "cn=Manager, dc=my-domain, dc=com" +#rootdn "cn=Manager, o=My Organization Name, c=US" rootpw secret # cleartext passwords, especially for the rootdn, should # be avoid. See slapd.conf(5) for details. - +directory /usr/tmp