]> andersk Git - moira.git/blobdiff - gen/hesiod.dc
also extract poboxes for users of status 5
[moira.git] / 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.030535 seconds and 4 git commands to generate.