From 8a96e3f2dec839cfc9e9a350df6a80e46cec4a92 Mon Sep 17 00:00:00 2001 From: Marisa Date: Tue, 16 Sep 2025 14:07:47 -0400 Subject: [PATCH] Update README.md --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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