mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-30 13:30:57 +08:00
Make sure commands have a -x
This commit is contained in:
parent
6d94ecd1b0
commit
a4bc9f82d2
@ -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=*'
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user