(krb5_get_init_creds_password): evil hack to avoid recursion
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8029 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -440,6 +440,11 @@ krb5_get_init_creds_password(krb5_context context,
|
||||
done = 1;
|
||||
break;
|
||||
case KRB5KDC_ERR_KEY_EXPIRED :
|
||||
/* try to avoid recursion */
|
||||
|
||||
if (strcmp (in_tkt_service, "kadmin/changepw") == 0)
|
||||
goto out;
|
||||
|
||||
ret = change_password (context,
|
||||
client,
|
||||
password,
|
||||
|
Reference in New Issue
Block a user