]> andersk Git - moira.git/commitdiff
handle signatures when looking up by name too
authormar <mar>
Tue, 2 Mar 1993 18:06:53 +0000 (18:06 +0000)
committermar <mar>
Tue, 2 Mar 1993 18:06:53 +0000 (18:06 +0000)
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.666514 seconds and 5 git commands to generate.