diff options
Diffstat (limited to '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 |