kadmin: Communication failure with server while initializing kadmin interface
Getting this?
-bash-4.2$ kadmin -k -t /tmp/kadmin/cmf8392129202434993503.keytab -p cmadmin-530029b6@MWS.MDS.XYZ -r MWS.MDS.XYZ -q 'listprincs' Authenticating as principal cmadmin-530029b6@MWS.MDS.XYZ with keytab /tmp/kadmin/cmf8392129202434993503.keytab.
kadmin: Communication failure with server while initializing kadmin interface
Ensure you have port 749 defined in your firewall config:
[root@idmipa03 ~]# cat /etc/firewalld/zones/public.xml|grep -Ei 749
<port protocol="tcp" port="749"/>
[root@idmipa03 ~]#
Cheers,
TK