search for: krb5_g_i_c_p

Displaying 2 results from an estimated 2 matches for "krb5_g_i_c_p".

2003 Apr 22
2
Kerberos password change patch
Attached is a patch that allows for an interactive Kerberos password change via keyboard-interactive, and also reports any banners received from krb5_g_i_c_p() (e.g., password expiration notification if you have krb5-1.2.x patched appropriately). This could probably be refactored a bit and probably done better, but I'm sending this in in case anyone finds it useful. The major drawback is that it doesn't work under privsep, due to the chroot ja...
2003 May 01
2
Kerberos password auth/expiry kbdint patch
...raction between krb5_get_init_creds_password() (along with the prompter) to work with the auth2_challenge routines, as the logic between the two are very similar. I ended up doing the following: - using a state machine and some global data to communicate between the KbdintDevice routines, krb5_g_i_c_p() and the prompter - rolled my own prompts, ignoring those generated by krb5_g_i_c_p() So far, it seems to work well. My informal tests show: - the code (included when --with-kerberos5-kbdint is given as an arg to configure) seems to interact with the existing Kerberos password code...