diff --git a/ldap_basic/README.md b/ldap_basic/README.md index 2293529..4687142 100644 --- a/ldap_basic/README.md +++ b/ldap_basic/README.md @@ -2,7 +2,7 @@ These scripts act as shortcuts for frequently used `openldap` commands or operations. -## Example commands +## Common openldap commands and options It is necessary to understand these basic commands - `ldapsearch`: Search for entries in the directory @@ -10,8 +10,6 @@ It is necessary to understand these basic commands - `ldapmodify`: Modify entries in the directory - `ldapvi`: A program to edit enties using your text-editor -## Common options - You will have to modify these fields in the scripts: - `-H`: Host ip-address or url: `ldap://192.12.34.123/`, `ldaps://ldap.example.com/` - `-D`: Bind DN: `cn=ldapadmin,dc=example,dc=com`