diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-11-12 17:23:34 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-11-12 08:03:20 +0000 |
commit | 1ec8d55e275128f2419fb481f88c7d3d87894506 (patch) | |
tree | 4e433026fcbba5b87d48f1113aa65852582a81f4 /source4/kdc/wscript_build | |
parent | e7fb5a6c9142d4dcffd4a331d3aa78ac543db34a (diff) | |
download | samba-1ec8d55e275128f2419fb481f88c7d3d87894506.tar.gz samba-1ec8d55e275128f2419fb481f88c7d3d87894506.tar.bz2 samba-1ec8d55e275128f2419fb481f88c7d3d87894506.zip |
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
Diffstat (limited to 'source4/kdc/wscript_build')
-rw-r--r-- | source4/kdc/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/kdc/wscript_build b/source4/kdc/wscript_build index 1ead929314..902868331d 100644 --- a/source4/kdc/wscript_build +++ b/source4/kdc/wscript_build @@ -1,7 +1,7 @@ #!/usr/bin/env python bld.SAMBA_MODULE('KDC', - source='kdc.c kpasswdd.c', + source='kdc.c kpasswdd.c proxy.c', subsystem='service', init_function='server_service_kdc_init', deps='kdc HDB_SAMBA4 WDC_SAMBA4 samba-hostconfig LIBTSOCKET LIBSAMBA_TSOCKET com_err samba_server_gensec', |