Hi list,

I am experiencing strange issue w/ sssd (F19, AD).
SSSD is working fine until I do:

1. net ads leave
2. change machine hostname
3. net ads join

After this, name services are working OK, but I am unable to authenticate myself using pam_sss.so.
The workaround is:

1. net ads leave
2. rm /etc/krb5.keytab
3. net ads join

Looks like after machine rename the old principal is still held in krb5.keytab and making pam_sss worthless.

Is this a known issue? Note that pam_krb5 is working fine.
Thanks,

Ondrej