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. --- sss_client/sss_cli.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'sss_client/sss_cli.h') diff --git a/sss_client/sss_cli.h b/sss_client/sss_cli.h index 63daf7bc..f1ccba9f 100644 --- a/sss_client/sss_cli.h +++ b/sss_client/sss_cli.h @@ -15,12 +15,6 @@ #include #include -/* SELinux will have a better way to regulate access if they are seprate - * Also a change in one of the pipes will not affect the others */ -#define SSS_NSS_SOCKET_NAME "/var/lib/sss/pipes/nss" -#define SSS_PAM_SOCKET_NAME "/var/lib/sss/pipes/pam" -#define SSS_PAM_PRIV_SOCKET_NAME "/var/lib/sss/pipes/private/pam" - #define SSS_NSS_PROTOCOL_VERSION 1 #define SSS_PAM_PROTOCOL_VERSION 2 -- cgit