Hide Forgot
Description of problem: ipa-server-4.2.0-15.0.1.el7.centos.19.x86_64 How reproducible: I'm getting below error while install (after provide IPA admin password) step, ipa.ipapython.install.cli.install_tool(Server): ERROR Integrated DNS requires 'ipa-server-dns' package Note my DNS 192.168.1.1 Host name : ipa.example.com cat /etc/resolv.conf # Generated by NetworkManager search example.com nameserver 192.168.1.1
Did you try installing the ipa-server-dns package as recommended in the error message?
(In reply to Rob Crittenden from comment #2) > Did you try installing the ipa-server-dns package as recommended in the > error message? Thanks you very much .. after yum update , yum install ipa-server-dns solve the issue . I have tried previously yum install ipa-server bind nds-ldap looks like you solution working fine . Thanks