From 1b494362cbd64f76af010d77eed351fae0c16b9b Mon Sep 17 00:00:00 2001 From: Marisa Date: Wed, 8 Oct 2025 12:10:39 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c22ff8..d11c09a 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ tl;dr cn=admin,dc=example,dc=com is only a rootDN and not a admin data entry dir Generate a password hash for our administrator user, 1234 here being the password ``` -root@example:/# slappasswd -s 1234 # Change 1234 to your desired password +root@example:/# slappasswd -s 1234 {SSHA}yxIgYTzcuRRdlesjfWkIN6K97/8jOrZF ``` Create the .ldif file that will create the admin user, editing the _userPassword_ attribute with our password hash