summaryrefslogtreecommitdiff
path: root/source4/kdc/kpasswdd.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2006-09-18 21:00:00 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:18:59 -0500
commit8153859fb41b7ecdf9e01d66970ff62b83233e41 (patch)
tree9e6509175c600fbb01e8907b1dd3f85878fcf50a /source4/kdc/kpasswdd.c
parentd8df6d1a81f8e274352fb0269e5f5a86453b25d2 (diff)
downloadsamba-8153859fb41b7ecdf9e01d66970ff62b83233e41.tar.gz
samba-8153859fb41b7ecdf9e01d66970ff62b83233e41.tar.bz2
samba-8153859fb41b7ecdf9e01d66970ff62b83233e41.zip
r18636: Excessive testing with pam_winbind within Samba3 revealed a new samr
reject reason code while password changing: SAMR_REJECT_IN_HISTORY which is different from SAMR_REJECT_COMPLEXITY. torture test to follow as well. Guenther (This used to be commit 7513748208214339e764cc990aa1dbbcf864975a)
Diffstat (limited to 'source4/kdc/kpasswdd.c')
-rw-r--r--source4/kdc/kpasswdd.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/kdc/kpasswdd.c b/source4/kdc/kpasswdd.c
index 57b4de5e69..dc8d5c7310 100644
--- a/source4/kdc/kpasswdd.c
+++ b/source4/kdc/kpasswdd.c
@@ -134,6 +134,9 @@ static BOOL kpasswd_make_pwchange_reply(struct kdc_server *kdc,
case SAMR_REJECT_COMPLEXITY:
reject_string = "Password does not meet complexity requirements";
break;
+ case SAMR_REJECT_IN_HISTORY:
+ reject_string = "Password is already in password history";
+ break;
case SAMR_REJECT_OTHER:
default:
reject_string = talloc_asprintf(mem_ctx, "Password must be at least %d characters long, and cannot match any of your %d previous passwords",