diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2014-08-13 16:29:50 +0200 |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2014-08-13 16:29:50 +0200 |
commit | 3cc6d87fb7ac57322e4e8b7d0321f280a49344cc (patch) | |
tree | d391f7ed272ce074cbbb90b06f9701712c4138fd | |
parent | b52a188db9dbc7ed4d8d04a92d66c86e61f9dcfa (diff) | |
download | pykolab-3cc6d87fb7ac57322e4e8b7d0321f280a49344cc.tar.gz |
Supply the default configuration for sharedfolder_acl_entry_attribute
-rw-r--r-- | conf/kolab.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/kolab.conf b/conf/kolab.conf index c97757b..80d1f53 100644 --- a/conf/kolab.conf +++ b/conf/kolab.conf @@ -210,6 +210,9 @@ kolab_group_filter = (|(objectclass=kolabgroupofuniquenames)(objectclass=kolabgr sharedfolder_base_dn = ou=Shared Folders,%(base_dn)s sharedfolder_filter = (objectclass=kolabsharedfolder) +; The attribute entry name that controls the ACLs set on a shared folder +sharedfolder_acl_entry_attribute = acl + ; Same again. Resources live in a different OU structure or; ; ; - They would appear in the address book(s) as distribution lists or individual contacts, |