[12:16:10] jbond42: thanks for sharing, nice writeup :) [12:17:16] thanks :) [12:52:17] oh puppet. [12:52:22] why do you do us wrong like that [12:52:29] * apergos is reading the pki writeup [12:56:41] cdanis: o/ - did you need me for kerberos yesterday? [12:57:29] elukey: ah just was wondering if the temporary passwords sent by your manage_principals script had any expiry [12:57:34] but it looks like not? [12:57:53] they do, I think we put something like 1s [12:58:06] 1s from first use? [12:58:07] so the user needs to change the pass when doing kinit [12:58:49] no the pass is basically expired right after it is issued, so the user if forced to change it via kinit upon first login [12:58:55] oh okay [12:58:59] got it [12:59:15] expired but still works :) [12:59:37] yes yes sorry, basically kinit asks for it before allowing you to input the new one [12:59:40] :) [13:03:56] the temp passwords set a kerberos flags (+needschange or so) which immediately forces to pick the actual one, you can't use the temp password for anything else than logging into the password change procedure [13:05:01] yeah I was worried from the phrasing of some of the description that it required the user to handle the password change synchronously [13:05:16] but, very glad to be mistaken