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)
commitadf44a9bd0d997ba4dcfadc564a29149531525af
tree36f68b5ee8f140ce88c21672f2f6e471bcb368e7
parentee1c3e1f044b4ef62169ad74c5cac40eef81bfda
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.
source/auth/auth.c
source/auth/auth_util.c
source/libsmb/clikrb5.c
source/nsswitch/winbindd.h
source/nsswitch/winbindd_ads.c
source/nsswitch/winbindd_util.c
source/smbd/sesssetup.c