diff options
-rw-r--r-- | source4/dsdb/samdb/ldb_modules/password_hash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/dsdb/samdb/ldb_modules/password_hash.c b/source4/dsdb/samdb/ldb_modules/password_hash.c index 7b0247922e..b2ce9d4587 100644 --- a/source4/dsdb/samdb/ldb_modules/password_hash.c +++ b/source4/dsdb/samdb/ldb_modules/password_hash.c @@ -1908,7 +1908,7 @@ static int setup_io(struct ph_context *ac, && (!io->n.nt_hash) && (!io->n.lm_hash)) { ldb_asprintf_errstring(ldb, "setup_io: " - "The password change/set operations performed using the LAN Manager hash alone are deactivated!"); + "It' not possible to delete the password (changes using the LAN Manager hash alone could be deactivated)!"); return LDB_ERR_UNWILLING_TO_PERFORM; } |