Merge "Setup FreeIPA to serve DNS in the setup script"

This commit is contained in:
Jenkins 2017-02-15 19:49:26 +00:00 committed by Gerrit Code Review
commit f971c059d1

View File

@ -94,7 +94,9 @@ rm -f /etc/httpd/conf.d/ssl.conf
# Set up FreeIPA
ipa-server-install -U -r `hostname -d|tr "[a-z]" "[A-Z]"` \
-p $DirectoryManagerPassword -a $AdminPassword \
--hostname `hostname -f`
--hostname `hostname -f` \
--ip-address=$FreeIPAIP \
--setup-dns --auto-forwarders --auto-reverse
# Authenticate
echo $AdminPassword | kinit admin