auth: Provide a way to use the auth stack for winbindd authentication
authorAndrew Bartlett <abartlet@samba.org>
Wed, 26 Mar 2014 23:58:05 +0000 (12:58 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 11 Jun 2014 08:18:26 +0000 (10:18 +0200)
commit597d2a7a29f768f51cbcbc13de56a4dc349e20e4
tree905e3d34a91965eec4d08e77227e2cd9adcdf5a2
parent2e961bf598e58178ce0d4ed5e35553acd882e436
auth: Provide a way to use the auth stack for winbindd authentication

This adds in flags that allow winbindd to request authentication
without directly calling into the auth_sam module.

That in turn will allow winbindd to call auth_samba4 and so permit
winbindd operation in the AD DC.

Andrew Bartlett

Change-Id: I27d11075eb8e1a54f034ee2fdcb05360b4203567
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
auth/common_auth.h
source3/auth/auth.c
source3/auth/auth_sam.c
source3/auth/auth_samba4.c
source3/include/auth.h
source3/winbindd/winbindd_pam.c
source4/auth/auth.h
source4/auth/ntlm/auth.c
source4/auth/ntlm/auth_sam.c