1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-04 17:47:26 +03:00
Andrew Bartlett 4298624589 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)
2007-10-10 13:04:31 -05:00

43 lines
830 B
Makefile

# AUTH Server subsystem
#######################
# Start MODULE auth_sam
[MODULE::auth_sam]
INIT_OBJ_FILES = \
auth/auth_sam.o
REQUIRED_SUBSYSTEMS = \
SAMDB
# End MODULE auth_sam
#######################
#######################
# Start MODULE auth_builtin
[MODULE::auth_builtin]
INIT_OBJ_FILES = \
auth/auth_builtin.o
# End MODULE auth_builtin
#######################
#######################
# Start MODULE auth_winbind
[MODULE::auth_winbind]
INIT_OBJ_FILES = \
auth/auth_winbind.o
REQUIRED_SUBSYSTEMS = \
LIB_WINBIND_CLIENT
# End MODULE auth_builtin
#######################
#######################
# Start SUBSYSTEM AUTH
[SUBSYSTEM::AUTH]
INIT_OBJ_FILES = \
auth/auth.o
ADD_OBJ_FILES = \
auth/auth_util.o \
auth/pampass.o \
auth/pass_check.o \
auth/ntlm_check.o
# End SUBSYSTEM AUTH
#######################