added dm password to replication script
This commit is contained in:
parent
4e36a42e24
commit
2d834f028d
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue