Winbind updates!
authorAndrew Bartlett <abartlet@samba.org>
Wed, 31 Jul 2002 12:05:30 +0000 (12:05 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 31 Jul 2002 12:05:30 +0000 (12:05 +0000)
commit2d67a683b735d50f411a4bee9ee5ec17e9a60015
treec63912f150f6bf879f1690a0c1f101554cee17a8
parent2307a6f50469b08054fad714ede98ca86fe30dcf
Winbind updates!

This updates the 'winbind' authentication module and winbind's 'PAM' (actually
netlogon) code to allow smbd to cache connections to the DC.

This is particulary relevent when we need mutex locks already - there is no
parallelism to be gained anyway.

The winbind code authenticates the user, and if successful, passes back the
'info3' struct describing the user.  smbd then interprets that in exactly the
same way as an 'ntdomain' logon.

Also, add parinoia to winbind about null termination.

Andrew Bartlett
(This used to be commit 167f122b670d4ef67d78e6f79a2bae3f6e8d67df)
source3/auth/auth_winbind.c
source3/nsswitch/winbindd.c
source3/nsswitch/winbindd_group.c
source3/nsswitch/winbindd_nss.h
source3/nsswitch/winbindd_pam.c
source3/nsswitch/winbindd_sid.c
source3/nsswitch/winbindd_user.c
source3/nsswitch/winbindd_wins.c
source3/rpc_parse/parse_net.c