s4-auth: allow multiple active auth backends
authorAndrew Tridgell <tridge@samba.org>
Sun, 12 Sep 2010 21:41:56 +0000 (07:41 +1000)
committerAndrew Tridgell <tridge@samba.org>
Wed, 15 Sep 2010 05:39:34 +0000 (15:39 +1000)
commit5b02cf1eb0b2e524cb58ec6ed6e766c252b06af9
treeb3efcd5c6523dc88c1269099ac66054f1f029e82
parent890a33c99bc0a468984c456647311db0a19528aa
s4-auth: allow multiple active auth backends

when we are an RODC we need to be able to allow multiple auth backends
to process a single auth request. First the sam backend will try to
authenticate, using locally stored passwords. If this backend can't
find local passwords then it will try the winbind backend and
authenticate via a writeable DC

Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
source4/auth/ntlm/auth.c