From: Kurt Zeilenga Date: Tue, 31 Oct 2000 04:06:02 +0000 (+0000) Subject: Make sure commands have a -x X-Git-Tag: LDBM_PRE_GIANT_RWLOCK~1667 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=a4bc9f82d2ce89d1a971c5b29e0934b6dba98005;p=openldap Make sure commands have a -x --- diff --git a/doc/guide/admin/monitoringslapd.sdf b/doc/guide/admin/monitoringslapd.sdf index 31e95e5a51..f3eeb75c16 100644 --- a/doc/guide/admin/monitoringslapd.sdf +++ b/doc/guide/admin/monitoringslapd.sdf @@ -107,5 +107,5 @@ You should be able to use any LDAP client to retrieve this information. Here's how you might do it using the {{I: ldapsearch}}(1) client: -E: ldapsearch -s base -b cn=monitor 'objectclass=*' +E: ldapsearch -x -s base -b cn=monitor 'objectclass=*' diff --git a/doc/guide/admin/quickstart.sdf b/doc/guide/admin/quickstart.sdf index 6dd79d56fc..bca65ef7db 100644 --- a/doc/guide/admin/quickstart.sdf +++ b/doc/guide/admin/quickstart.sdf @@ -232,7 +232,7 @@ to trim any leading and trailing whitespace from the example. . Now, you may run {{ldapadd}}(1) to insert these entries into your directory. -..{{EX:ldapadd -D "cn=Manager,dc=,dc=" -W -f example.ldif}} +..{{EX:ldapadd -x -D "cn=Manager,dc=,dc=" -W -f example.ldif}} . Be sure to replace {{EX:}} and {{EX:}} with the appropriate domain components of your domain name. You will be