aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeffrey Altman <jaltman@secure-endpoints.com>2006-11-17 23:41:40 +0000
committerJeffrey Altman <jaltman@secure-endpoints.com>2006-11-17 23:41:40 +0000
commit6c3f85e40270175d3f178d013a65cce358646fcb (patch)
tree51db72254cffe200020d2d5f56314ad92088137e
parenta5bbe3cb401379f107a1cfe0989e87125fa31ed4 (diff)
downloadkrb5-6c3f85e40270175d3f178d013a65cce358646fcb.zip
krb5-6c3f85e40270175d3f178d013a65cce358646fcb.tar.gz
krb5-6c3f85e40270175d3f178d013a65cce358646fcb.tar.bz2
krb5_get_init_creds_password:
remove unintentionally committed code not meant for 1.4 branch ticket: 4802 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18842 dc483132-0cff-0310-8789-dd5450dbe970
-rw-r--r--src/lib/krb5/krb/gic_pwd.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/lib/krb5/krb/gic_pwd.c b/src/lib/krb5/krb/gic_pwd.c
index f9b1357..40288b9 100644
--- a/src/lib/krb5/krb/gic_pwd.c
+++ b/src/lib/krb5/krb/gic_pwd.c
@@ -184,14 +184,6 @@ krb5_get_init_creds_password(krb5_context context, krb5_creds *creds, krb5_princ
(prompter == NULL))
goto cleanup;
- /* historically the default has been to prompt for password change.
- * if the change password prompt option has not been set, we continue
- * to prompt. Prompting is only disabled if the option has been set
- * and the value has been set to false.
- */
- if (!(options->flags & KRB5_GET_INIT_CREDS_OPT_CHG_PWD_PRMPT))
- goto cleanup;
-
/* ok, we have an expired password. Give the user a few chances
to change it */