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 ```