De-couple smbd from staticly linking against winbindd client files.
authorGerald (Jerry) Carter <jerry@samba.org>
Fri, 21 Dec 2007 17:59:56 +0000 (11:59 -0600)
committerGerald (Jerry) Carter <jerry@samba.org>
Fri, 21 Dec 2007 17:59:56 +0000 (11:59 -0600)
commit59ce7650f24eb7c35b8d3ee9f830711a4af8f8e9
tree2e6460907f4817bf176c0a460d87dfbc55397590
parenta2481eda8c29255e8580b6070ea87f46ea7b4300
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)
source3/auth/auth_util.c
source3/include/includes.h
source3/lib/winbind_util.c [new file with mode: 0644]
source3/nsswitch/wb_client.c
source3/nsswitch/wbinfo.c