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