]> git.sur5r.net Git - openldap/commitdiff
Make sure commands have a -x
authorKurt Zeilenga <kurt@openldap.org>
Tue, 31 Oct 2000 04:06:02 +0000 (04:06 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Tue, 31 Oct 2000 04:06:02 +0000 (04:06 +0000)
doc/guide/admin/monitoringslapd.sdf
doc/guide/admin/quickstart.sdf

index 31e95e5a51083b4e2d8c02fe0e1ee6a91646e877..f3eeb75c1649ba5d3c966a5c488e7d4eb8de4b50 100644 (file)
@@ -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=*'
 
index 6dd79d56fc715bccf2677b0bf68503dbf5fe7734..bca65ef7db23db76cb31329065bd94f6d26e84db 100644 (file)
@@ -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=<MY-DOMAIN>,dc=<COM>" -W -f example.ldif}}
+..{{EX:ldapadd -x -D "cn=Manager,dc=<MY-DOMAIN>,dc=<COM>" -W -f example.ldif}}
 
 . Be sure to replace {{EX:<MY-DOMAIN>}} and {{EX:<COM>}} with the
 appropriate domain components of your domain name.  You will be