mirror of
https://github.com/rocky-linux/os-autoinst-distri-rocky.git
synced 2025-01-05 08:40:56 +00:00
Merge pull request #192 from tcooper/realmd_join_sssd_fix
Fix realmd_join_sssd
This commit is contained in:
commit
ab0b05be3d
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ sub run {
|
||||||
|
|
||||||
# deploy as a replica
|
# deploy as a replica
|
||||||
my ($ip, $hostname) = split(/ /, get_var("POST_STATIC"));
|
my ($ip, $hostname) = split(/ /, get_var("POST_STATIC"));
|
||||||
my $args = "--ip-address=$ip --setup-dns --auto-forwarders --setup-ca --allow-zone-overlap -U --principal admin --admin-password $ipa_admin_password";
|
my $args = "--ip-address=$ip --setup-dns --auto-forwarders --setup-ca --allow-zone-overlap -U --principal admin --admin-password '$ipa_admin_password'";
|
||||||
assert_script_run "ipa-replica-install $args", 1500;
|
assert_script_run "ipa-replica-install $args", 1500;
|
||||||
|
|
||||||
# enable and start the systemd service
|
# enable and start the systemd service
|
||||||
|
|
Loading…
Reference in a new issue