From b3bc66e7b0162e58f3e900664b204c0afeeaf180 Mon Sep 17 00:00:00 2001 From: hickert Date: Thu, 20 May 2010 10:28:21 +0000 Subject: [PATCH] Updated RDN check git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18598 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/include/class_configRegistry.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gosa-core/include/class_configRegistry.inc b/gosa-core/include/class_configRegistry.inc index f892a861f..1261f1778 100644 --- a/gosa-core/include/class_configRegistry.inc +++ b/gosa-core/include/class_configRegistry.inc @@ -417,7 +417,7 @@ class gosaProperty static function isRdn($message,$class,$name,$value, $type) { - $match = preg_match("/^([a-z]*=[^=,]*,)*[^=]*=[^=]*,?$/i", $value); + $match = preg_match("/^([a-z]*=[^=,]*,)*[^=]*=[^=,]*,?$/i", $value); // Display the reason for failing this check. if($message && ! $match){ -- 2.30.2