Hi Facing an issue where kinit defaults to using realm name in lowercase. Im switching to the user and execute 'kinit' the krb5kdc.log shows that it uses lowercased realm name and kinit gives an e-text error..
if I run as same user: kinit username it will add @REALM.. i did use "su" to become this user. Krb5.conf is running with defaults from ipa-client install, sssd 1.15.
Any ideas?
BR Hampus
On Thu, Oct 19, 2017 at 01:40:05PM +0000, Hampus Lundqvist wrote:
Hi Facing an issue where kinit defaults to using realm name in lowercase. Im switching to the user and execute 'kinit' the krb5kdc.log shows that it uses lowercased realm name and kinit gives an e-text error..
if I run as same user: kinit username it will add @REALM.. i did use "su" to become this user. Krb5.conf is running with defaults from ipa-client install, sssd 1.15.
I would expect that in krb5.conf there is
... [libdefaults] default_realm = lower.case.realm.name ...
If you replace the realm name with the upper case version it should work as expected.
Maybe inspecting /var/log/ipaclient-install.log will tell why the realm was added in lower case or was it even there before ipa-client-install was run?
HTH
bye, Sumit
Any ideas?
BR Hampus
sssd-users mailing list -- sssd-users@lists.fedorahosted.org To unsubscribe send an email to sssd-users-leave@lists.fedorahosted.org
sssd-users@lists.fedorahosted.org