mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
Fix quickstart guide to reference etc/slapd.d instead of etc/cn=config
This commit is contained in:
parent
589331ea75
commit
8d45eb03c2
@ -188,7 +188,7 @@ specified olcDbDirectory must exist prior to starting {{slapd}}(8).
|
||||
. You are now ready to import your configration database for use by
|
||||
{{slapd}}(8), by running the command:
|
||||
|
||||
..{{EX: su root -c /usr/local/sbin/slapadd -F /usr/local/etc/cn=config -l /usr/local/etc/openldap/slapd.ldif}}
|
||||
..{{EX: su root -c /usr/local/sbin/slapadd -F /usr/local/etc/slapd.d -l /usr/local/etc/openldap/slapd.ldif}}
|
||||
|
||||
.{{S: }}
|
||||
+{{B:Start SLAPD}}.
|
||||
@ -196,7 +196,7 @@ specified olcDbDirectory must exist prior to starting {{slapd}}(8).
|
||||
. You are now ready to start the Standalone LDAP Daemon, {{slapd}}(8),
|
||||
by running the command:
|
||||
|
||||
..{{EX:su root -c /usr/local/libexec/slapd -F /usr/local/etc/cn=config}}
|
||||
..{{EX:su root -c /usr/local/libexec/slapd -F /usr/local/etc/slapd.d}}
|
||||
|
||||
|
||||
. To check to see if the server is running and configured correctly,
|
||||
|
Loading…
Reference in New Issue
Block a user