idok-commit AT lists.psi.ch
Subject: Commit emails of the iDok project
List archive
- From: "AFS account Florian Huebner" <huebner AT savannah.psi.ch>
- To: idok-commit AT lists.psi.ch
- Subject: [idok-commit] idok commit r210 - trunk/java/ch/idok/service/server/admin
- Date: Thu, 11 Sep 2008 09:29:59 +0200
- List-archive: <https://lists.web.psi.ch/pipermail/idok-commit/>
- List-id: Commit emails of the iDok project <idok-commit.lists.psi.ch>
Author: huebner
Date: Thu Sep 11 09:29:59 2008
New Revision: 210
Log:
Solved Bug #IDO-190: Make creation of LDAP group like 8450 possible
Modified:
trunk/java/ch/idok/service/server/admin/Admin.java
Modified: trunk/java/ch/idok/service/server/admin/Admin.java
==============================================================================
--- trunk/java/ch/idok/service/server/admin/Admin.java (original)
+++ trunk/java/ch/idok/service/server/admin/Admin.java Thu Sep 11 09:29:59
2008
@@ -60,11 +60,11 @@
.getProperty("ch.idok.server.httpdConfDir");
static private Pattern groupNamePattern = Pattern
-
.compile("^@@([a-zA-Z]\\w*[-]?\\w*)|(?:[a-zA-Z]\\w*[-]?\\w*/)*@[a-zA-Z]\\w*[-]?\\w*|"
+
.compile("^@@([0-9]*)|@@([a-zA-Z]\\w*[-]?\\w*)|(?:[a-zA-Z]\\w*[-]?\\w*/)*@[a-zA-Z]\\w*[-]?\\w*|"
+ AnybodyDmsCredentials.anybodyGroup);
static private Pattern userOrGroupNamePattern = Pattern
-
.compile("^@@([a-zA-Z]\\w*[-]?\\w*)|(?:[a-zA-Z]\\w*[-]?\\w*)|(?:[a-zA-Z]\\w*[-]?\\w*/){0,2}@[a-zA-Z]\\w*[-]?\\w*|"
+
.compile("^@@([0-9]*)|@@([a-zA-Z]\\w*[-]?\\w*)|(?:[a-zA-Z]\\w*[-]?\\w*)|(?:[a-zA-Z]\\w*[-]?\\w*/){0,2}@[a-zA-Z]\\w*[-]?\\w*|"
+ AnybodyDmsCredentials.anybodyGroup);
static private Pattern taskNamePattern = Pattern
- [idok-commit] idok commit r210 - trunk/java/ch/idok/service/server/admin, AFS account Florian Huebner, 09/11/2008
Archive powered by MHonArc 2.6.19.