From 3fe4e44d528f390f0f182d7f98361bc340c4b96b Mon Sep 17 00:00:00 2001 From: danw Date: Fri, 7 Aug 1998 14:18:29 +0000 Subject: [PATCH] generate hesiod info for status 2 (half-registered) users --- gen/hesiod.pc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gen/hesiod.pc b/gen/hesiod.pc index 93d5b2f7..1c136d52 100644 --- a/gen/hesiod.pc +++ b/gen/hesiod.pc @@ -257,7 +257,7 @@ int do_passwd(void) SELECT login, unix_uid, shell, fullname, nickname, office_addr, office_phone, home_phone, users_id, pop_id, potype, status FROM users - WHERE status = 1 or status = 5 or status = 6 + WHERE status = 1 OR status = 2 OR status = 5 OR status = 6 ORDER BY users_id; EXEC SQL OPEN u_cursor; while (1) @@ -410,7 +410,7 @@ int do_groups(void) EXEC SQL DECLARE u_cursor2 CURSOR FOR SELECT users_id, login FROM users - WHERE status = 1 + WHERE status = 1 OR status = 2 ORDER BY users_id; EXEC SQL OPEN u_cursor2; while (1) -- 2.45.2