From: mar Date: Mon, 4 Jan 1993 12:27:47 +0000 (+0000) Subject: also extract poboxes for users of status 5 X-Git-Tag: release77~267 X-Git-Url: http://andersk.mit.edu/gitweb/moira.git/commitdiff_plain/15285220e86ff023fffd908eec3120f5c055a9fd?hp=e8e781100f2ef7ba89baa5e20e281fcebc2de5f1 also extract poboxes for users of status 5 --- diff --git a/gen/hesiod.dc b/gen/hesiod.dc index f865745a..59a08257 100644 --- a/gen/hesiod.dc +++ b/gen/hesiod.dc @@ -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) {