Yes. When you create a new zone it creates NS records for each IPA server by default but you can change them to whatever you want.
If you do this you'll probably want to remove the SOA mname override from each of your IPA DNS servers otherwise changing the authoritative name server on the zone will have no effect on the mname in the zones SOA. It's been a while since I've done it but if I remember correctly you just have to set it to and empty string to remove it. Get a list of the of the IPA DNS servers: ipa dnsserver-find Remove the mname override from each one ipa dnsserver-mod <ipa-server-name> –soa-mname-override _______________________________________________ FreeIPA-users mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedorahosted.org/archives/list/[email protected]
