mirror of
https://github.com/lldap/lldap.git
synced 2024-11-25 17:13:25 +00:00
example_configs: fix zendto memberrole
This commit is contained in:
parent
5ad63d31d3
commit
22ae2c7124
1 changed files with 1 additions and 1 deletions
|
@ -13,6 +13,6 @@ You setup https://zend.to/ for using LDAP by editing `/opt/zendto/config/prefere
|
||||||
'authLDAPUsernameAttr' => 'uid',
|
'authLDAPUsernameAttr' => 'uid',
|
||||||
'authLDAPEmailAttr' => 'mail',
|
'authLDAPEmailAttr' => 'mail',
|
||||||
'authLDAPMemberKey' => 'memberOf',
|
'authLDAPMemberKey' => 'memberOf',
|
||||||
'authLDAPMemberRole' => 'uid=zendto,ou=groups,dc=example,dc=com',
|
'authLDAPMemberRole' => 'cn=zendto,ou=groups,dc=example,dc=com',
|
||||||
```
|
```
|
||||||
Every user of the group `zendto` is allowed to login.
|
Every user of the group `zendto` is allowed to login.
|
||||||
|
|
Loading…
Reference in a new issue