diff --git a/README.md b/README.md index f7eee7f..1286d43 100644 --- a/README.md +++ b/README.md @@ -158,4 +158,7 @@ verify the _mail_ attribute of the user marisa has been changed to marisa.kirisa root@example:/home# ldapsearch -x -LLL -b "dc=example,dc=com" "(uid=marisa)" mail dn: uid=marisa,ou=Engineering,dc=example,dc=com mail: marisa.kirisame@example.com -``` \ No newline at end of file +``` + +ldapsearch -D uid=marisa,ou=Supergirls,dc=example,dc=com -b "dc=example,dc=com" -w qwerty +ldappasswd -H ldap://server_domain_or_IP -x -D "cn=admin,dc=example,dc=com" -W -S "uid=bob,ou=people,dc=example,dc=com" \ No newline at end of file