From b3b55f167063417c285524ba35bd9298965b834a Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Wed, 5 Aug 2009 14:45:14 -0400 Subject: Make socket paths a compile-time option Previously, we had hardcoded the paths for the NSS, PAM and private PAM sockets to /var/lib/sss/pipes. With this patch, we will specify the sockets with --with-pipe-path. --- server/providers/proxy.c | 1 - 1 file changed, 1 deletion(-) (limited to 'server/providers/proxy.c') diff --git a/server/providers/proxy.c b/server/providers/proxy.c index 106530fc..2aee5334 100644 --- a/server/providers/proxy.c +++ b/server/providers/proxy.c @@ -31,7 +31,6 @@ #include "util/util.h" #include "providers/dp_backend.h" #include "db/sysdb.h" -#include "../sss_client/sss_cli.h" struct proxy_nss_ops { enum nss_status (*getpwnam_r)(const char *name, struct passwd *result, -- cgit