From da52fb8e93192b0b4ef3a7df2918f94c6306f2b7 Mon Sep 17 00:00:00 2001 From: Marisa Date: Tue, 23 Sep 2025 15:22:29 -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 5a04144..6df2cf7 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ now we have an **Organizational Unit (ou=People, ou=Group, etc.)** with users an ### _Reset root password_ -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 ```