added trusted realm support to ADS authentication
authorAndrew Tridgell <tridge@samba.org>
Wed, 19 Dec 2001 09:53:30 +0000 (09:53 +0000)
committerAndrew Tridgell <tridge@samba.org>
Wed, 19 Dec 2001 09:53:30 +0000 (09:53 +0000)
commit9126a40e2c33e0eb4cd57ab381634e08fa59e7a7
tree3e3d6b90df016a7bf98225d49269977e88f1cb0f
parenta062e58d9e47f95ac7c66668b3cfe1f72386f6e0
added trusted realm support to ADS authentication

the method used for checking if a domain is a trusted domain is very
crude, we should really call a backend fn of some sort. For now I'm
using winbindd to do the dirty work.
(This used to be commit adf44a9bd0d997ba4dcfadc564a29149531525af)
source3/auth/auth.c
source3/auth/auth_util.c
source3/libsmb/clikrb5.c
source3/nsswitch/winbindd.h
source3/nsswitch/winbindd_ads.c
source3/nsswitch/winbindd_util.c
source3/smbd/sesssetup.c