You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've noticed that kerberos.getServerPrincipalDetails raises a 'Principal not found in keytab' exception if the FQDN is not used for the 'hostname' argument. I think it would be better to use socket.getfqdn as the default value in init_kerberos instead of socket.gethostname.
The text was updated successfully, but these errors were encountered:
I've noticed that
kerberos.getServerPrincipalDetails
raises a 'Principal not found in keytab' exception if the FQDN is not used for the 'hostname' argument. I think it would be better to usesocket.getfqdn
as the default value ininit_kerberos
instead ofsocket.gethostname
.The text was updated successfully, but these errors were encountered: