From f43c362c3ff296dd9270bd48f2c7feecf34b7375 Mon Sep 17 00:00:00 2001 From: cajus Date: Wed, 2 Sep 2009 14:49:41 +0000 Subject: [PATCH] Requrie new schema for gosaAccount git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@14193 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/include/functions.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.30.2