From 04c414477bd220f2c842453314a6dbb928e3c9e6 Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Wed, 4 Jan 2006 07:58:23 +0000 Subject: Updated to fedora-glibc-20060104T0754 --- nscd/connections.c | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'nscd') diff --git a/nscd/connections.c b/nscd/connections.c index 9c096e2e05..1e3cd7557f 100644 --- a/nscd/connections.c +++ b/nscd/connections.c @@ -1,5 +1,5 @@ /* Inner loops of cache daemon. - Copyright (C) 1998-2003, 2004, 2005 Free Software Foundation, Inc. + Copyright (C) 1998-2003, 2004, 2005, 2006 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 1998. @@ -430,13 +430,6 @@ fail: void nscd_init (void) { - /* Secure mode and unprivileged mode are incompatible */ - if (server_user != NULL) - { - dbg_log (_("Cannot run nscd in secure mode as unprivileged user")); - exit (4); - } - /* Look up unprivileged uid/gid/groups before we start listening on the socket */ if (server_user != NULL) -- cgit v1.2.3