From 397d46fdbe0dd55a8d3aee931a32d744cdf6ad27 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 13 Jun 1999 09:36:39 +0000 Subject: Enable use of nscd_nischeck and secure tables. --- nscd/connections.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nscd/connections.c') diff --git a/nscd/connections.c b/nscd/connections.c index 3f05d68..4daa099 100644 --- a/nscd/connections.c +++ b/nscd/connections.c @@ -412,7 +412,7 @@ nscd_run (void *p) continue; } - if (req.type < GETPWBYNAME || req.type >= LASTREQ + if (req.type < GETPWBYNAME || req.type > LASTDBREQ || secure[serv2db[req.type]]) uid = caller.uid; } -- cgit v1.1