From: Garming Sam Date: Wed, 14 Feb 2018 00:27:27 +0000 (+1300) Subject: selftest: Add RODC variables to list of those exported X-Git-Tag: tevent-0.9.36~77 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e694b8a1b993bf7213b191e1132c5d02e16ab85d;p=thirdparty%2Fsamba.git selftest: Add RODC variables to list of those exported BUG: https://bugzilla.samba.org/show_bug.cgi?id=13269 Signed-off-by: Garming Sam Reviewed-by: Andrew Bartlett --- diff --git a/selftest/selftest.pl b/selftest/selftest.pl index ff19d5975cc..0e56e6a13ef 100755 --- a/selftest/selftest.pl +++ b/selftest/selftest.pl @@ -835,6 +835,12 @@ my @exported_envvars = ( "VAMPIRE_DC_NETBIOSNAME", "VAMPIRE_DC_NETBIOSALIAS", + # domain controller stuff for RODC + "RODC_DC_SERVER", + "RODC_DC_SERVER_IP", + "RODC_DC_SERVER_IPV6", + "RODC_DC_NETBIOSNAME", + # domain controller stuff for FL 2000 Vampired DC "VAMPIRE_2000_DC_SERVER", "VAMPIRE_2000_DC_SERVER_IP",