summaryrefslogtreecommitdiffstats
path: root/src/kim/lib/kim_credential.c
diff options
context:
space:
mode:
authorAlexandra Ellwood <lxs@mit.edu>2008-10-02 19:29:18 +0000
committerAlexandra Ellwood <lxs@mit.edu>2008-10-02 19:29:18 +0000
commit8f0732f72eb898b5d197dafa665c0ba7d774529a (patch)
tree0c78fd18c022a954a69ec8e9290ed073b44b5e99 /src/kim/lib/kim_credential.c
parent49987cb8750e9e97c52bcfb225a17d361b6e9453 (diff)
downloadkrb5-8f0732f72eb898b5d197dafa665c0ba7d774529a.tar.gz
krb5-8f0732f72eb898b5d197dafa665c0ba7d774529a.tar.xz
krb5-8f0732f72eb898b5d197dafa665c0ba7d774529a.zip
Password is not expired when changing password from select and
enter identity dialogs. ticket: 6055 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20816 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/kim/lib/kim_credential.c')
-rw-r--r--src/kim/lib/kim_credential.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kim/lib/kim_credential.c b/src/kim/lib/kim_credential.c
index 3dd17af84..50e9e9b8c 100644
--- a/src/kim/lib/kim_credential.c
+++ b/src/kim/lib/kim_credential.c
@@ -263,7 +263,7 @@ kim_error kim_credential_create_new_with_password (kim_credential *out_credentia
&user_wants_change_password);
if (!err && user_wants_change_password) {
- err = kim_identity_change_password_common (identity, 1,
+ err = kim_identity_change_password_common (identity, 0,
&context,
NULL);