From: hickert Date: Tue, 11 May 2010 08:02:06 +0000 (+0000) Subject: Added missing property core::ldapFollowReferrals X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=900935c96a24038271864809f8fb8c5784c8edbb;p=gosa.git Added missing property core::ldapFollowReferrals git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18335 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/include/class_core.inc b/gosa-core/include/class_core.inc index 65bbc72e6..3a9058b0d 100644 --- a/gosa-core/include/class_core.inc +++ b/gosa-core/include/class_core.inc @@ -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",