From 4298624589e2b44d88d703fe7cc0e73957c7652e Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Sun, 24 Oct 2004 23:54:00 +0000 Subject: 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) --- source4/nsswitch/config.mk | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 source4/nsswitch/config.mk (limited to 'source4/nsswitch/config.mk') diff --git a/source4/nsswitch/config.mk b/source4/nsswitch/config.mk new file mode 100644 index 0000000000..676cc2858d --- /dev/null +++ b/source4/nsswitch/config.mk @@ -0,0 +1,7 @@ +################################# +# Start SUBSYSTEM LIB_WINBIND_CLIENT +[SUBSYSTEM::LIB_WINBIND_CLIENT] +ADD_OBJ_FILES = nsswitch/wb_common.o + +# End SUBSYSTEM LIB_WINBIND_CLIENT +################################# -- cgit