summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 4da4a52)
raw | patch | inline | side by side (parent: 4da4a52)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 30 Jan 2008 07:41:01 +0000 (07:41 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 30 Jan 2008 07:41:01 +0000 (07:41 +0000) |
- Added sub_list_support to enable/disable get_sub_list support
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8642 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8642 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/contrib/gosa.conf | patch | blob | history |
index 26a9ee26d23d1e947169d2346c1030778c7a3870..22f377f14c0634d8b258a95b63852527b4743000 100644 (file)
groups="{$cv.groupou}"
gidbase="{$cv.uidbase}"
uidbase="{$cv.uidbase}"
+{if $cv.optional.sub_list_support}
+ sub_list_support="true"
+{else}
+ sub_list_support="false"
+{/if}
{if $cv.optional.login_attribute}
login_attribute="{$cv.optional.login_attribute}"
{else}