From 7122f66c144b1837e22adef519103cfd9808db62 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Thu, 8 Jan 2009 10:43:26 -0500 Subject: The code now successfully sends a getpwnam request to a remote LDAP server, and caches the result in LDAP. Still chasing a bug that does not let NSS known that the BE was successful. This makes NSS timeout the client and not return any results yet. --- server/util/server.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'server/util/server.c') diff --git a/server/util/server.c b/server/util/server.c index b61d2501b..9cbd21330 100644 --- a/server/util/server.c +++ b/server/util/server.c @@ -247,6 +247,8 @@ int server_setup(const char *name, int flags, return ENOMEM; } + setenv("_SSS_LOOPS", "NO", 0); + setup_signals(); /* we want default permissions on created files to be very strict, -- cgit