Skip to content
Snippets Groups Projects
Commit a4bc9f82 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Make sure commands have a -x

parent 6d94ecd1
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment