|
|
@ -1,7 +1,7 @@
|
|
|
|
#!/bin/sh -eux
|
|
|
|
#!/bin/sh -eux
|
|
|
|
|
|
|
|
|
|
|
|
systemctl unmask gssproxy
|
|
|
|
systemctl unmask gssproxy
|
|
|
|
ipa-server-install --hostname=$(hostname) -r EXAMPLE.TEST -n example.test --setup-dns --no-forwarders --allow-zone-overlap -p Secret123 -a Secret123 -U
|
|
|
|
ipa-server-install --hostname=$(hostname) --no-host-dns -r EXAMPLE.TEST -n example.test --setup-dns --no-forwarders --allow-zone-overlap -p Secret123 -a Secret123 -U
|
|
|
|
echo Secret123 | kinit admin
|
|
|
|
echo Secret123 | kinit admin
|
|
|
|
ipa config-show
|
|
|
|
ipa config-show
|
|
|
|
ipa-server-install --uninstall -U
|
|
|
|
ipa-server-install --uninstall -U
|
|
|
|