s4-kdc: added proxying of kdc requests for RODCs
authorAndrew Tridgell <tridge@samba.org>
Fri, 12 Nov 2010 06:23:34 +0000 (17:23 +1100)
committerAndrew Tridgell <tridge@samba.org>
Fri, 12 Nov 2010 08:03:20 +0000 (08:03 +0000)
commit1ec8d55e275128f2419fb481f88c7d3d87894506
tree4e433026fcbba5b87d48f1113aa65852582a81f4
parente7fb5a6c9142d4dcffd4a331d3aa78ac543db34a
s4-kdc: added proxying of kdc requests for RODCs

when we are an RODC and we get a request for a principal that we don't
have the right secrets for, we need to proxy the request to a
writeable DC. This happens for both TCP and UDP requests, for both
krb5 and kpasswd

Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>

Autobuild-User: Andrew Tridgell <tridge@samba.org>
Autobuild-Date: Fri Nov 12 08:03:20 UTC 2010 on sn-devel-104
source4/kdc/kdc-glue.h
source4/kdc/kdc.c
source4/kdc/kpasswdd.c
source4/kdc/proxy.c [new file with mode: 0644]
source4/kdc/wscript_build