From 1ec8d55e275128f2419fb481f88c7d3d87894506 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 12 Nov 2010 17:23:34 +1100 Subject: 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 Autobuild-User: Andrew Tridgell Autobuild-Date: Fri Nov 12 08:03:20 UTC 2010 on sn-devel-104 --- source4/kdc/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/kdc/wscript_build') 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', -- cgit