summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 092073e)
raw | patch | inline | side by side (parent: 092073e)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 11 May 2010 08:02:06 +0000 (08:02 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 11 May 2010 08:02:06 +0000 (08:02 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18335 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/include/class_core.inc | patch | blob | history |
index 65bbc72e6a8a9bbd4a15765f071d62d609fe1bda..3a9058b0dfae3934ba9dead7e4aaf1d148fbe78a 100644 (file)
"group" => "debug",
"mandatory" => FALSE),
+ array(
+ "name" => "ldapFollowReferrals",
+ "type" => "bool",
+ "default" => "false",
+ "description" => _("The 'ldapFollowReferrals' statement tells GOsa to follow LDAP referrals."),
+ "check" => "gosaProperty::isBool",
+ "migrate" => "",
+ "group" => "ldap",
+ "mandatory" => TRUE),
+
array(
"name" => "ldapSizelimit",
"type" => "integer",