Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.427 (Entity 5.427) From: ghudson@mit.edu Subject: git commit RT-Send-CC: X-RT-Original-Encoding: iso-8859-1 Content-Length: 714 Use preauth options when changing password If we try to change the password in rb5_get_init_creds_password, we must use all application-specified gic options which affect preauthentication when getting the kadmin/changepw ticket. Create a helper function make_chpw_options which copies the application's options, unsets the options we don't want, and sets options appropriate for a temporary ticket. https://github.com/krb5/krb5/commit/9f9c4acd9629913d2ff197e0f4994d091f2073d5 Author: Greg Hudson Commit: 9f9c4acd9629913d2ff197e0f4994d091f2073d5 Branch: master src/lib/krb5/krb/gic_pwd.c | 63 +++++++++++++++++++++++++++++++++++-------- 1 files changed, 51 insertions(+), 12 deletions(-)