Merge pull request #192 from tcooper/realmd_join_sssd_fix

Fix realmd_join_sssd
This commit is contained in:
Trevor Cooper 2023-10-05 07:51:03 -07:00 committed by GitHub
commit ab0b05be3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ sub run {
# deploy as a replica
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;
# enable and start the systemd service