Error with katello-installer for enable IPA authentication
# katello-installer --foreman-ipa-authentication true --foreman-configure-ipa-repo
/bin/echo Get keytab && KRB5CCNAME=KEYRING:session:get-http-service-keytab kinit -k
&& KRB5CCNAME=KEYRING:session:get-http-service-keytab /usr/sbin/ipa-getkeytab
-s data.example.com -k /etc/httpd/conf/http.keytab -p HTTP/katello.example.com&& kdestroy -c
KEYRING:session:get-http-service-keytab returned 9 instead of one of [0]
/Stage[main]/Foreman::Config/Exec[ipa-getkeytab]/returns: change from notrun to 0 failed:
/bin/echo Get keytab&& KRB5CCNAME=KEYRING:session:get-http-service-keytab kinit -k
&& KRB5CCNAME=KEYRING:session:get-http-service-keytab /usr/sbin/ipa-getkeytab -s data.example.com
-k /etc/httpd/conf/http.keytab -p HTTP/katello.example.com
&& kdestroy -c KEYRING:session:get-http-service-keytab returned 9 instead of one of [0]
/Stage[main]/Foreman::Config/Exec[ipa-getkeytab]: Failed to call refresh: /bin/echo Get \
keytab&& KRB5CCNAME=KEYRING:session:get-http-service-keytab kinit -k&& KRB5CCNAME=
KEYRING:session:get-http-service-keytab /usr/sbin/ipa-getkeytab -s data.example.com
-k /etc/httpd/conf/http.keytab -p HTTP/katello.example.com
&& kdestroy -c KEYRING:session:get-http-service-keytab returned 9 instead of one of [0]
/Stage[main]/Foreman::Config/Exec[ipa-getkeytab]: /bin/echo Get keytab
&& KRB5CCNAME=KEYRING:session:get-http-service-keytab kinit -k
&& KRB5CCNAME=KEYRING:session:get-http-service-keytab /usr/sbin/ipa-getkeytab
-s data.example.com -k /etc/httpd/conf/http.keytab -p HTTP/katello.example.com
&& kdestroy -c KEYRING:session:get-http-service-keytab returned 9 instead of one of [0]
Installing Done
Something went wrong! Check the log for ERROR-level output
The full log is at /var/log/katello-installer/katello-installer.log
This issue normally mean you are missing to add the service HTTP into
you ipa for more information of how to setup the external authentication
via FreeIPA, please read the following article:
Comments
Post a Comment