r3170: Add winbind client support back into Samba4. This is to allow
authorAndrew Bartlett <abartlet@samba.org>
Sun, 24 Oct 2004 23:54:00 +0000 (23:54 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:04:31 +0000 (13:04 -0500)
commit4298624589e2b44d88d703fe7cc0e73957c7652e
tree25c340c7962ae480e6caa60573c1638c227283c9
parentd164190debf9499ffa6dbf46ee24fa98da36c14f
r3170: Add winbind client support back into Samba4.  This is to allow
auth_winbind to work, and to therefore use the new ntlm_auth and
GENSEC in an otherwise Samba3 setup.

I'm not quite sure what fun-and games my svn cp caused as I merged
this from samba_3_0, but anyway...

Andrew Bartlett
(This used to be commit 5925b94a59da406d7e6b8cc695c99ba112fdfcd6)
15 files changed:
source4/auth/auth_winbind.c
source4/auth/config.m4
source4/auth/config.mk
source4/configure.in
source4/nsswitch/config.m4 [new file with mode: 0644]
source4/nsswitch/config.mk [new file with mode: 0644]
source4/nsswitch/wb_common.c [new file with mode: 0644]
source4/nsswitch/winbind_client.h [new file with mode: 0644]
source4/nsswitch/winbind_nss.h [new file with mode: 0644]
source4/nsswitch/winbind_nss_config.h [new file with mode: 0644]
source4/nsswitch/winbind_nss_hpux.h [new file with mode: 0644]
source4/nsswitch/winbind_nss_irix.h [new file with mode: 0644]
source4/nsswitch/winbind_nss_linux.h [new file with mode: 0644]
source4/nsswitch/winbind_nss_solaris.h [new file with mode: 0644]
source4/nsswitch/winbindd_nss.h [new file with mode: 0644]