From cdcc07ed7f9b0f72ca6f979e2f09a0cd6d5238c2 Mon Sep 17 00:00:00 2001 From: Marisa Date: Thu, 18 Sep 2025 12:39:53 -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 9f7e297..c73418d 100644 --- a/README.md +++ b/README.md @@ -176,7 +176,7 @@ plainpasswd being the new password we want to use, and oldplainpasswd, the last ### _Query as an specific user_ we already created the user (_uid_) marisa, and established the user's own password using slappasswd\ -now we are gonna query our LDAP server using the user (_uid_) marisa credentials, and _the password we entered during slappasswd, called plain password_ +now we are gonna query our LDAP server using the user (_uid_) marisa credentials, and _the password we entered during slappasswd, called plain password (plainpasswd)_ ``` root@example:/etc/ldap# ldapsearch -D uid=marisa,ou=Supergirls,dc=example,dc=com -b "dc=example,dc=com" -w plainpasswd # extended LDIF