From 61ef2c587bf9c8452ecc9cc1ce4254bc495058ba Mon Sep 17 00:00:00 2001 From: hickert Date: Tue, 5 Jul 2011 11:31:25 +0000 Subject: [PATCH] Updated syntax strings git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20932 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../goto-ng/admin/newConfigManagement/goto/Config/root.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gosa-plugins/goto-ng/admin/newConfigManagement/goto/Config/root.json b/gosa-plugins/goto-ng/admin/newConfigManagement/goto/Config/root.json index 0bc998c92..0c42d640e 100644 --- a/gosa-plugins/goto-ng/admin/newConfigManagement/goto/Config/root.json +++ b/gosa-plugins/goto-ng/admin/newConfigManagement/goto/Config/root.json @@ -13,7 +13,7 @@ "options": { "name": { "description": "Name", - "syntax": "/^[a-z0-9]*$/i", + "syntax": "^[a-zA-Z0-9]*$", "default": "", "value": "", "required": true, @@ -84,7 +84,7 @@ "name": { "description": "Name", "default": "", - "syntax": "/^[a-z0-9\\-\\.]*$/i", + "syntax": "^[a-zA-Z0-9\\-\\.]*$", "value": "", "required": true, "type": "string", @@ -109,7 +109,7 @@ "description": "Name", "default": "", "value": "", - "syntax": "/^[a-z0-9\\-]*$/i", + "syntax": "^[a-zA-Z0-9\\-]*$", "required": true, "initiallyEditableOnly": true, "type": "string", -- 2.30.2