mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
fix incorrect invocation of ipa-getkeytab during DL0 host enrollment
https://fedorahosted.org/freeipa/ticket/6434 Reviewed-By: Stanislav Laznicka <slaznick@redhat.com>
This commit is contained in:
committed by
Jan Cholasta
parent
a6ec372554
commit
19912796ed
@@ -521,7 +521,7 @@ def enroll_dl0_replica(installer, fstore, remote_api, debug=False):
|
||||
'-D', unicode(ipaldap.DIRMAN_DN),
|
||||
'-w', config.dirman_password,
|
||||
'-k', paths.KRB5_KEYTAB,
|
||||
'-c', os.path.join(config.dir, 'ca.crt')
|
||||
'--cacert', os.path.join(config.dir, 'ca.crt')
|
||||
]
|
||||
ipautil.run(getkeytab_args, nolog=(config.dirman_password,))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user