From b28c47cb6f4897fc7d7871b22192a04540aa8209 Mon Sep 17 00:00:00 2001 From: Marisa Date: Tue, 23 Sep 2025 14:50:42 -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 008fd13..5a04144 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 whit the following command: ``` root@example:/# ldapsearch -Q -LLL -Y EXTERNAL -H ldapi:/// -b cn=config '(olcSuffix=dc=example,dc=com)' dn > rootpw.ldif ```