Make sure commands have a -x

This commit is contained in:
Kurt Zeilenga 2000-10-31 04:06:02 +00:00
parent 6d94ecd1b0
commit a4bc9f82d2
2 changed files with 2 additions and 2 deletions

View 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=*'

View 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