Displaying 1 result from an estimated 1 matches for "auth_krb5_password_via_kbd_int".
2003 Apr 22
2
Kerberos password change patch
...ter, 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 jail. I tried adding the necessary files under /var/empty and
was able to get the password change to work, but then authentication
itself still fails (in auth_krb5_password_via_kbd_int:krb5_kuserok(),
possibly due to the absence of <chroot>/etc/.name_service_door).
Does anyone know if it's architecturally possible to get this code to
work under privsep, or rather, out from under privsep? Privsep is
a bit difficult to debug, but I'll keep plugging away if need be....