mirror of
https://github.com/samba-team/samba.git
synced 2025-01-15 23:24:37 +03:00
5925b94a59
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
8 lines
243 B
Plaintext
8 lines
243 B
Plaintext
dnl # AUTH Server subsystem
|
|
|
|
SMB_MODULE_MK(auth_sam,AUTH,STATIC,auth/config.mk)
|
|
SMB_MODULE_MK(auth_builtin,AUTH,STATIC,auth/config.mk)
|
|
SMB_MODULE_MK(auth_winbind,AUTH,STATIC,auth/config.mk)
|
|
|
|
SMB_SUBSYSTEM_MK(AUTH,auth/config.mk,[],[],[SAMDB])
|