Update README.md

This commit is contained in:
Marisa 2025-10-08 12:10:39 -04:00
parent 5a75dc9b98
commit 1b494362cb

View File

@ -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 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 {SSHA}yxIgYTzcuRRdlesjfWkIN6K97/8jOrZF
``` ```
Create the .ldif file that will create the admin user, editing the _userPassword_ attribute with our password hash Create the .ldif file that will create the admin user, editing the _userPassword_ attribute with our password hash