diff --git a/README.md b/README.md index ff9301afd71456e0826dddb42837976027db8641..15863ddad420ad828a50e98ccf9ba2a22de28ae1 100644 --- a/README.md +++ b/README.md @@ -39,5 +39,7 @@ Change to this settings at your LDAP Client * PORT: Change to the port you defined (389 default) * DN Bind: `cn=auth` * DN Password: Change to your ldapServerPassword -* Base for user filter: `ou=Users` +* Base for user filter: `ou=users` * User filter: `(&(uid=%s))` +* Usernmae Attribute: `username` +* Mail Attribute: `mail`