mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-24 08:00:02 -06:00
Pass on debug option from ipa-client-install to ipa-join
This commit is contained in:
parent
ee909d871c
commit
d08b8858dd
@ -377,6 +377,8 @@ def main():
|
||||
return 1
|
||||
os.environ['KRB5_CONFIG'] = krb_name
|
||||
join_args = ["/usr/sbin/ipa-join", "-s", cli_server]
|
||||
if options.debug:
|
||||
join_args.append("-d")
|
||||
if options.principal is not None:
|
||||
principal = options.principal
|
||||
if principal.find('@') == -1:
|
||||
|
Loading…
Reference in New Issue
Block a user