diff options
Diffstat (limited to 'source4')
-rw-r--r-- | source4/dsdb/samdb/ldb_modules/password_hash.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/dsdb/samdb/ldb_modules/password_hash.c b/source4/dsdb/samdb/ldb_modules/password_hash.c index 112a493174..cf239fb903 100644 --- a/source4/dsdb/samdb/ldb_modules/password_hash.c +++ b/source4/dsdb/samdb/ldb_modules/password_hash.c @@ -1443,8 +1443,8 @@ static int check_password_restrictions(struct setup_password_fields_io *io) if (!io->og.nt_hash && !io->og.lm_hash) { ldb_asprintf_errstring(ldb, "check_password_restrictions: " - "You need to provide the old password " - "in order to change your password!"); + "You need to provide the old password in order " + "to change it!"); return LDB_ERR_UNWILLING_TO_PERFORM; } |