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