mirror of
https://github.com/lldap/lldap.git
synced 2026-03-31 15:07:48 +01:00
example_configs: fix zendto memberrole
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user