]> andersk Git - moira.git/commitdiff
also extract poboxes for users of status 5
authormar <mar>
Mon, 4 Jan 1993 12:27:47 +0000 (12:27 +0000)
committermar <mar>
Mon, 4 Jan 1993 12:27:47 +0000 (12:27 +0000)
gen/hesiod.dc

index f865745aa46e8d1c2305e7f45711b25271a189ae..59a08257a4e74be48b16381a45d459c0d61812ef 100644 (file)
@@ -197,7 +197,7 @@ do_passwd()
       SELECT login, uid, shell, fullname, nickname, office_addr,
             office_phone, home_phone, users_id, pop_id, potype, status
       FROM users
-      WHERE status = 1 or status = 6
+      WHERE status = 1 or status = 5 or status = 6
       ORDER BY users_id;
     EXEC SQL OPEN u_cursor;
     while (1) {
This page took 0.070526 seconds and 5 git commands to generate.