mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
ipa-adtrust-install: Print complete SRV records
https://fedorahosted.org/freeipa/ticket/5358 Reviewed-By: Tomas Babej <tbabej@redhat.com>
This commit is contained in:
parent
9d562038ad
commit
644bb4fd9d
@ -593,9 +593,10 @@ class ADTRUSTInstance(service.Service):
|
|||||||
self.print_msg(err_msg)
|
self.print_msg(err_msg)
|
||||||
self.print_msg("Add the following service records to your DNS " \
|
self.print_msg("Add the following service records to your DNS " \
|
||||||
"server for DNS zone %s: " % zone)
|
"server for DNS zone %s: " % zone)
|
||||||
for srv in ipa_srv_rec:
|
for suff in win_srv_suffix:
|
||||||
for suff in win_srv_suffix:
|
for srv in ipa_srv_rec:
|
||||||
self.print_msg(" - %s%s" % (srv[0], suff))
|
self.print_msg("%s%s IN SRV %s" % (srv[0], suff, " ".join(srv[1])))
|
||||||
|
self.print_msg("")
|
||||||
return
|
return
|
||||||
|
|
||||||
for (srv, rdata, port) in ipa_srv_rec:
|
for (srv, rdata, port) in ipa_srv_rec:
|
||||||
|
Loading…
Reference in New Issue
Block a user