From 83eeda7ca83c7af9a0673d094c2ee0063d06444a Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Sat, 4 Dec 1999 18:38:38 +0000 Subject: [PATCH] Update slapd.conf to match quick start guide example --- CHANGES | 1 + servers/slapd/slapd.conf | 11 +++++------ 2 files changed, 6 insertions(+), 6 deletions(-) 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 -- 2.47.2