diff --git a/README.md b/README.md index 7c2ec85..77af034 100644 --- a/README.md +++ b/README.md @@ -38,12 +38,9 @@ root@example:/# ldapsearch -x -H ldap://localhost -b "dc=example,dc=com" -s base ... ``` -make new test LDAP directories (LDAP OU) and create two attributes/branches with People and Group +prepare new test LDAP directories (LDAP OU) and create two attributes/branches with People and Group ``` root@example:/# vim base.ldif -``` - -``` dn: ou=People,dc=example,dc=com objectClass: organizationalUnit ou: People @@ -92,8 +89,6 @@ verify the entry in the LDAP server ``` root@example:/# ldapsearch -x -LLL -b "dc=example,dc=com" "(ou=Supergirls)" dn dn: ou=Supergirls,dc=example,dc=com - -root@example:/# ``` create a new LDAP password to manage our new directory, and annotate the result hashed password