From 6041ef7442fda2f96c416d333f1dfc6dabd0d252 Mon Sep 17 00:00:00 2001 From: Matthias Dieter Wallnöfer Date: Mon, 8 Nov 2010 11:31:16 +0100 Subject: s4:password_hash LDB module - clear the fact that a delete of password attributes isn't possible --- source4/dsdb/samdb/ldb_modules/password_hash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4') 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; } -- cgit