You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
idm/tests/sanity/runtest.sh

18 lines
484 B

#!/bin/sh -eux
dnshost="$(hostname)"
if command -v dig >/dev/null
then
hostip="$(dig +short $(hostname))"
if [ -n "${hostip}" ]
then
dnshost="$(dig +short -x "${hostip}" | sed "s/\(.*\)\./\1/")"
fi
fi
systemctl unmask gssproxy
ipa-server-install --hostname=${dnshost} -r EXAMPLE.TEST -n example.test --setup-dns --no-forwarders --allow-zone-overlap -p Secret123 -a Secret123 -U
echo Secret123 | kinit admin
ipa config-show
ipa-server-install --uninstall -U