From 726fcdf9a002f706d048a8dd135be328d0849010 Mon Sep 17 00:00:00 2001 From: "Jeroen van Meeuwen (Kolab Systems)" Date: Mon, 21 May 2012 14:44:55 +0100 Subject: Add the new settings to the default kolab.conf --- conf/kolab.conf | 11 +++++++++++ 1 file changed, 11 insertions(+) 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 -- cgit v1.1