diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2012-05-21 14:44:55 +0100 |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2012-05-21 14:44:55 +0100 |
commit | 726fcdf9a002f706d048a8dd135be328d0849010 (patch) | |
tree | 4d06aaad7ab94adca0cfbf5c10ebb43e46696505 /conf/kolab.conf | |
parent | 0387b1dc726f4b7e55f6fa01f42808a0135755c1 (diff) | |
download | pykolab-726fcdf9a002f706d048a8dd135be328d0849010.tar.gz |
Add the new settings to the default kolab.conf
Diffstat (limited to 'conf/kolab.conf')
-rw-r--r-- | conf/kolab.conf | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/conf/kolab.conf b/conf/kolab.conf index 03bfd06..0e9d606 100644 --- a/conf/kolab.conf +++ b/conf/kolab.conf @@ -77,6 +77,17 @@ group_filter = (|(objectclass=groupofuniquenames)(objectclass=groupofurls)) group_scope = sub kolab_group_filter = (|(objectclass=kolabgroupofuniquenames)(objectclass=kolabgroupofurls)) +; Same again +sharedfolder_base_dn = ou=Shared Folders,%(base_dn)s + +; Same again. Resources live in a different OU structure or; +; +; - They would appear in the address book(s) as distribution lists or individual contacts, +; - Groups or individual users would appear to be Resources. +; +resource_base_dn = ou=Resources,%(base_dn)s +resource_filter = (|%(group_filter)s(objectclass=kolabsharedfolder)) + ; The base DN, scope and filter to use when searching for additional domain ; name spaces in this environment. domain_base_dn = cn=kolab,cn=config |