Configuration for the PAM ACL module
This commit is contained in:
parent
82bd62e21c
commit
c6000aa6d3
4
config
4
config
@ -34,7 +34,7 @@ stock = utf-8
|
|||||||
|
|
||||||
[acl]
|
[acl]
|
||||||
# Access method
|
# Access method
|
||||||
# Value: None | htpasswd | LDAP
|
# Value: None | htpasswd | LDAP | PAM
|
||||||
type = None
|
type = None
|
||||||
# Usernames used for public calendars, separated by a comma
|
# Usernames used for public calendars, separated by a comma
|
||||||
public_users = public
|
public_users = public
|
||||||
@ -56,6 +56,8 @@ ldap_attribute = uid
|
|||||||
ldap_binddn =
|
ldap_binddn =
|
||||||
# LDAP password for initial login, used with ldap_binddn
|
# LDAP password for initial login, used with ldap_binddn
|
||||||
ldap_password =
|
ldap_password =
|
||||||
|
# PAM group user should be member of
|
||||||
|
group_membership =
|
||||||
|
|
||||||
[storage]
|
[storage]
|
||||||
# Folder for storing local calendars, created if not present
|
# Folder for storing local calendars, created if not present
|
||||||
|
Loading…
Reference in New Issue
Block a user