From: cajus Date: Wed, 2 Sep 2009 14:49:41 +0000 (+0000) Subject: Requrie new schema for gosaAccount X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=f43c362c3ff296dd9270bd48f2c7feecf34b7375;p=gosa.git Requrie new schema for gosaAccount git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@14193 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/include/functions.inc b/gosa-core/include/functions.inc index f6626a8ac..e75dc292f 100644 --- a/gosa-core/include/functions.inc +++ b/gosa-core/include/functions.inc @@ -2224,7 +2224,7 @@ function check_schema($cfg,$rfc2307bis = FALSE) $checks['gosaObject']['IS_MUST_HAVE'] = TRUE; /* GOsa Account class */ - $checks["gosaAccount"]["REQUIRED_VERSION"]= "2.6.1"; + $checks["gosaAccount"]["REQUIRED_VERSION"]= "2.6.6"; $checks["gosaAccount"]["SCHEMA_FILES"] = array("gosa+samba3.schema","gosa.schema"); $checks["gosaAccount"]["CLASSES_REQUIRED"]= array("gosaAccount"); $checks["gosaAccount"]["IS_MUST_HAVE"] = TRUE;