Added configuration for ipa server role #1

Merged
ejparker merged 16 commits from testing into prod 2025-03-30 00:06:21 -05:00
Showing only changes of commit 2d834f028d - Show all commits

View file

@ -1,4 +1,5 @@
read -s -p "Admin Password:" ADMIN_PASSWORD
read -s -p "Directory Manager Password:" DM_PASSWORD
echo ""
read -p "Server to replicate (default ipa.actcur.com):" SERVER
@ -11,4 +12,4 @@ ipa-client-install -U -p admin -w $ADMIN_PASSWORD --server=$SERVER --domain actc
ipa-replica-install --skip-mem-check
ipa-ca-install
ipa-ca-install -p $DM_PASSWORD