diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2009-08-05 14:45:14 -0400 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2009-08-11 12:29:34 -0400 |
commit | b3b55f167063417c285524ba35bd9298965b834a (patch) | |
tree | 4c918ec839222dd55d0090d03d27b9b932491c57 /server/providers | |
parent | 28bbb2ec4c5f29339488f07f63f55e5c6657e9a1 (diff) | |
download | sssd-b3b55f167063417c285524ba35bd9298965b834a.tar.gz sssd-b3b55f167063417c285524ba35bd9298965b834a.tar.bz2 sssd-b3b55f167063417c285524ba35bd9298965b834a.zip |
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.
Diffstat (limited to 'server/providers')
-rw-r--r-- | server/providers/data_provider_be.c | 1 | ||||
-rw-r--r-- | server/providers/krb5/krb5_auth.c | 1 | ||||
-rw-r--r-- | server/providers/proxy.c | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/server/providers/data_provider_be.c b/server/providers/data_provider_be.c index 872c9d76..c93c4531 100644 --- a/server/providers/data_provider_be.c +++ b/server/providers/data_provider_be.c @@ -50,7 +50,6 @@ #include "providers/dp_sbus.h" #include "monitor/monitor_sbus.h" #include "monitor/monitor_interfaces.h" -#include "../sss_client/sss_cli.h" #define BE_CONF_ENTRY "config/domains/%s" diff --git a/server/providers/krb5/krb5_auth.c b/server/providers/krb5/krb5_auth.c index 24250b9f..ffbfd7b2 100644 --- a/server/providers/krb5/krb5_auth.c +++ b/server/providers/krb5/krb5_auth.c @@ -37,7 +37,6 @@ #include "util/util.h" #include "providers/dp_backend.h" #include "db/sysdb.h" -#include "../sss_client/sss_cli.h" #include "krb5_plugin/sssd_krb5_locator_plugin.h" #include "providers/krb5/krb5_auth.h" 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, |