mirror of
https://github.com/samba-team/samba.git
synced 2025-02-26 21:57:41 +03:00
selftest: Remove need for $RODC_DC_SERVER env variable
Same deal as earlier patch - we can use the $SERVER env variable instead and avoid the need for this extra variable. Signed-off-by: Tim Beale <timbeale@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
b348045955
commit
bc4c04380f
@ -834,9 +834,6 @@ my @exported_envvars = (
|
||||
"DC_NETBIOSNAME",
|
||||
"DC_NETBIOSALIAS",
|
||||
|
||||
# domain controller stuff for RODC
|
||||
"RODC_DC_SERVER",
|
||||
|
||||
# server stuff
|
||||
"SERVER",
|
||||
"SERVER_IP",
|
||||
|
@ -1920,8 +1920,6 @@ sub provision_rodc($$$)
|
||||
Samba::mk_krb5_conf($ctx);
|
||||
Samba::mk_mitkdc_conf($ctx, abs_path(Samba::bindir_path($self, "shared")));
|
||||
|
||||
$ret->{RODC_DC_SERVER} = $ret->{SERVER};
|
||||
|
||||
$ret->{DC_SERVER} = $dcvars->{DC_SERVER};
|
||||
$ret->{DC_SERVER_IP} = $dcvars->{DC_SERVER_IP};
|
||||
$ret->{DC_SERVER_IPV6} = $dcvars->{DC_SERVER_IPV6};
|
||||
|
@ -913,7 +913,7 @@ plantestsuite_loadlist("samba4.ldap.rodc_rwdc.python(rodc)", "rodc:local",
|
||||
planoldpythontestsuite("rodc:local", "replica_sync_rodc",
|
||||
extra_path=[os.path.join(samba4srcdir, 'torture/drs/python')],
|
||||
name="samba4.drs.replica_sync_rodc.python(rodc)",
|
||||
environ={'DC1': '$DC_SERVER', 'DC2': '$RODC_DC_SERVER'},
|
||||
environ={'DC1': '$DC_SERVER', 'DC2': '$SERVER'},
|
||||
extra_args=['-U$DOMAIN/$DC_USERNAME%$DC_PASSWORD'],
|
||||
py3_compatible=True)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user