| | |
| | | </variablelist> |
| | | </refsect1> |
| | | <refsect1> |
| | | <title>Files</title> |
| | | <para>You can use <filename>~/.opendj/tools.properties</filename> to set |
| | | the defaults for bind DN, host name, and port number as in the following |
| | | example.</para> |
| | | <programlisting language="java">hostname=directory.example.com |
| | | port=1389 |
| | | bindDN=uid=kvaughan,ou=People,dc=example,dc=com |
| | | |
| | | ldapcompare.port=1389 |
| | | ldapdelete.port=1389 |
| | | ldapmodify.port=1389 |
| | | ldappasswordmodify.port=1389 |
| | | ldapsearch.port=1389</programlisting> |
| | | </refsect1> |
| | | <refsect1> |
| | | <title>Examples</title> |
| | | <para>The following command deletes a user entry from the directory.</para> |
| | | <screen width="80">$ ldapdelete -p 1389 -D "cn=Directory Manager" -w password \ |