-
Notifications
You must be signed in to change notification settings - Fork 41
Description
After our Identity and Access Management group updated their IPA server to ipa-server-4.9.12-11.module+el8.9.0+20824+f2605038.x86_64 our conservers stopped working with Kerberos authentication.
The OS system still works when using ssh as in 'ssh -AK $FQDN' so the system keytab and kerberos setup is working. However we can only connect via console if kerberos is disabled via 'KRB5_TRACE=/dev/stdout console $ARGS' and supplying the user password each time.
At present we are running:
rpm -qa | grep conserver
conserver-debuginfo-8.2.1-4.3.el7.x86_64
conserver-client-8.2.1-4.3.el7.x86_64
conserver-8.2.1-4.3.el7.x86_64
The server is running:
cat /etc/redhat-release
Red Hat Enterprise Linux Server release 7.9 (Maipo)
Is this something that can be looked at and possible fixed on this end ?
Thanks in Advance.