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