From: Quanah Gibson-Mount Date: Sun, 28 Aug 2016 18:55:48 +0000 (-0700) Subject: Add -n 0 option to example slapadd command X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=abe4b3f0ca3eadce08e07e8f57e63d97e2353f67;p=openldap Add -n 0 option to example slapadd command --- diff --git a/doc/guide/admin/quickstart.sdf b/doc/guide/admin/quickstart.sdf index 03c2be2bd6..a5c54289dc 100644 --- a/doc/guide/admin/quickstart.sdf +++ b/doc/guide/admin/quickstart.sdf @@ -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/slapd.d -l /usr/local/etc/openldap/slapd.ldif}} +..{{EX: su root -c /usr/local/sbin/slapadd -n 0 -F /usr/local/etc/slapd.d -l /usr/local/etc/openldap/slapd.ldif}} .{{S: }} +{{B:Start SLAPD}}.