mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-23 08:09:34 -05:00
Make sure commands have a -x
This commit is contained in:
parent
6d94ecd1b0
commit
a4bc9f82d2
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
information. Here's how you might do it using the
|
||||||
{{I: ldapsearch}}(1) client:
|
{{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
|
. Now, you may run {{ldapadd}}(1) to insert these entries into
|
||||||
your directory.
|
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
|
. Be sure to replace {{EX:<MY-DOMAIN>}} and {{EX:<COM>}} with the
|
||||||
appropriate domain components of your domain name. You will be
|
appropriate domain components of your domain name. You will be
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue