summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f63969c)
raw | patch | inline | side by side (parent: f63969c)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 25 Feb 2010 16:44:57 +0000 (16:44 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 25 Feb 2010 16:44:57 +0000 (16:44 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6@15721 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/plugins/admin/ogroups/class_ogroup.inc | patch | blob | history |
diff --git a/gosa-core/plugins/admin/ogroups/class_ogroup.inc b/gosa-core/plugins/admin/ogroups/class_ogroup.inc
index d951b0b08e9ae3f92a7a0f001ceb8272efc42933..811096435d808a421d685db562aa8ce925c9376d 100644 (file)
$message[]= msgPool::required(_("Name"));
}
+ if (preg_match('/[=,+<>#;]/', $this->cn)) {
+ $message[] = msgPool::invalid(_("Name"), $this->cn, "/[^=+,<>#;]/");
+ }
+
/* To many different object types? */
if (strlen($this->gosaGroupObjects) > 4){
$message[]= _("You can combine two different object types at maximum, only!");