From 534d1782913fe7b9039543cfd1a2659d0870e3cd Mon Sep 17 00:00:00 2001 From: Marisa Date: Sun, 28 Sep 2025 11:18:54 -0400 Subject: [PATCH] Update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c875ce7..2927012 100644 --- a/README.md +++ b/README.md @@ -75,9 +75,9 @@ cn: admin userPassword: {SSHA}yxIgYTzcuRRdlesjfWkIN6K97/8jOrZF # Replace with the hash of your password description: LDAP administrator ``` -Execute create_admin.ldif +Execute create_admin.ldif using as password, the root password _admin_ which is the default one ``` -root@example:/etc/ldap# ldapadd -x -H ldap:/// -D "cn=admin,dc=example,dc=com" -w 1234 -f /etc/ldap/create_admin.ldif +root@example:/etc/ldap# ldapadd -x -H ldap:/// -D "cn=admin,dc=example,dc=com" -w admin -f create_admin.ldif adding new entry "cn=admin,dc=example,dc=com" ``` Check the attributes of our new administrator user of our domain (parentDN) @@ -316,4 +316,8 @@ modifying entry "olcDatabase={1}mdb,cn=config" ``` If successful, the output will show the modified entry. +## _Password schemas_ + + + \ No newline at end of file