Update README.md

This commit is contained in:
Marisa 2025-09-23 15:22:29 -04:00
parent b28c47cb6f
commit da52fb8e93

View File

@ -75,7 +75,7 @@ now we have an **Organizational Unit (ou=People, ou=Group, etc.)** with users an
### <ins>_Reset root password_</ins>
Build line by line, the **.ldif** file we will need to reset root password, starting whit the following command:
Build line by line, the **.ldif** file we will need to reset root password, starting with the following command:
```
root@example:/# ldapsearch -Q -LLL -Y EXTERNAL -H ldapi:/// -b cn=config '(olcSuffix=dc=example,dc=com)' dn > rootpw.ldif
```