Created 03-12-2018 10:08 AM
Hello,
When configuring CDH 5.8.3 to Kerberos [MIT KDC, krb5.conf not managed through Cloudera Manager], Cloudera manager is generating all the prinicpals password expiration set to 1965.
Restarting the services would fail for the first time and has to modify the prinicpals through kadmin. Regeneration also doesn't work as the expiration was still set to 1965. After modification, services are coming up successfully (which does make sense).
Please let us know if we're missing any steps during configuration.
Created 03-12-2018 03:07 PM
Hi @Krish216,
Cloudera Manager does not actively set an expiration time when creating principals.
I recommend checking your KDC's kdc.conf to see if something other than "0" has been set for default_principal_expiration.
Also, try testing by creating a principal yourself and see if it also has an expiration time.
Created 03-13-2018 11:55 AM
Thanks @bgooley for quick response. Let me check on this and will update the post.