]> andersk Git - moira.git/blobdiff - server/queries2.c
changes made by genoa (backing out previous change)
[moira.git] / server / queries2.c
index 42b48beccf7cbc33adb82b08975b57b00f99af4d..b5d74397d0c7bfe0e012f2f665f7c27e479113f5 100644 (file)
@@ -338,6 +338,19 @@ static char *guan_fields[] = {
   MIT_ID, CLASS, COMMENTS, SIGNATURE, SECURE, MOD1, MOD2, MOD3,
 };
 
+static struct validate guan_validate = 
+{
+  VOwild01sort01,
+  4,
+  0,
+  0,
+  0,
+  0,
+  0,
+  0,
+  followup_guax,
+};
+
 static char *guac_fields[] = {
   CLASS,
   LOGIN, UID, SHELL, LAST, FIRST, MIDDLE, STATUS,
@@ -2310,7 +2323,7 @@ struct query Queries2[] = {
     15,
     "u.first LIKE '%s' ESCAPE '*' AND u.last LIKE '%s' ESCAPE '*' AND u.users_id != 0 and u.comment = str.string_id",
     2,
-    &VDwild2sortf,
+    &guan_validate,
   },
   
   {
This page took 0.229676 seconds and 4 git commands to generate.