diff options
author | Gerald (Jerry) Carter <jerry@samba.org> | 2007-12-21 11:59:56 -0600 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-12-21 11:59:56 -0600 |
commit | 59ce7650f24eb7c35b8d3ee9f830711a4af8f8e9 (patch) | |
tree | 2e6460907f4817bf176c0a460d87dfbc55397590 /source3/include | |
parent | a2481eda8c29255e8580b6070ea87f46ea7b4300 (diff) | |
download | samba-59ce7650f24eb7c35b8d3ee9f830711a4af8f8e9.tar.gz samba-59ce7650f24eb7c35b8d3ee9f830711a4af8f8e9.tar.bz2 samba-59ce7650f24eb7c35b8d3ee9f830711a4af8f8e9.zip |
De-couple smbd from staticly linking against winbindd client files.
Implements a wrapper layer in winbind_util.c which are just stubs
if compiled --without-winbind. When building with winbindd, it
is now required to build the libwbclient DSO first (in the Makefile)
and then either set LD_LIBRARY_PATH or /etc/ld.so.conf to pick up the
library PATH.
(This used to be commit 42787bccff4fcffafc7aae6a678e792604ecaaa5)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/includes.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h index fdeff346e5..14ef2258e6 100644 --- a/source3/include/includes.h +++ b/source3/include/includes.h @@ -784,6 +784,7 @@ enum flush_reason_enum { NUM_FLUSH_REASONS}; #include "nss_info.h" +#include "nsswitch/libwbclient/wbclient.h" /* generated rpc server implementation functions */ #include "librpc/gen_ndr/srv_echo.h" |