Code

Added missing property core::ldapFollowReferrals
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 11 May 2010 08:02:06 +0000 (08:02 +0000)
committerhickert <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

index 65bbc72e6a8a9bbd4a15765f071d62d609fe1bda..3a9058b0dfae3934ba9dead7e4aaf1d148fbe78a 100644 (file)
@@ -213,6 +213,16 @@ class core extends plugin {
                                 "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",