summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e7dcd32)
raw | patch | inline | side by side (parent: e7dcd32)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 5 Jul 2011 11:31:25 +0000 (11:31 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 5 Jul 2011 11:31:25 +0000 (11:31 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20932 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/goto-ng/admin/newConfigManagement/goto/Config/root.json | patch | blob | history |
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 0bc998c92d0a44732bcac7a4e470c23247bd7f19..0c42d640e77033baafe74ce94428d91077463cde 100644 (file)
"options": {
"name": {
"description": "Name",
- "syntax": "/^[a-z0-9]*$/i",
+ "syntax": "^[a-zA-Z0-9]*$",
"default": "",
"value": "",
"required": true,
"name": {
"description": "Name",
"default": "",
- "syntax": "/^[a-z0-9\\-\\.]*$/i",
+ "syntax": "^[a-zA-Z0-9\\-\\.]*$",
"value": "",
"required": true,
"type": "string",
"description": "Name",
"default": "",
"value": "",
- "syntax": "/^[a-z0-9\\-]*$/i",
+ "syntax": "^[a-zA-Z0-9\\-]*$",
"required": true,
"initiallyEditableOnly": true,
"type": "string",