summaryrefslogtreecommitdiff
path: root/source4/dsdb/samdb/ldb_modules/password_hash.c
diff options
context:
space:
mode:
authorMatthias Dieter Wallnöfer <mdw@samba.org>2010-11-08 11:31:16 +0100
committerMatthias Dieter Wallnöfer <mdw@samba.org>2010-11-08 11:27:03 +0000
commit6041ef7442fda2f96c416d333f1dfc6dabd0d252 (patch)
treefa5528fe6b2a2300bab3427682f343f352a264e2 /source4/dsdb/samdb/ldb_modules/password_hash.c
parentd4c9a34cf82abea5497dc2a8072ed2a67894e0ea (diff)
downloadsamba-6041ef7442fda2f96c416d333f1dfc6dabd0d252.tar.gz
samba-6041ef7442fda2f96c416d333f1dfc6dabd0d252.tar.bz2
samba-6041ef7442fda2f96c416d333f1dfc6dabd0d252.zip
s4:password_hash LDB module - clear the fact that a delete of password attributes isn't possible
Diffstat (limited to 'source4/dsdb/samdb/ldb_modules/password_hash.c')
-rw-r--r--source4/dsdb/samdb/ldb_modules/password_hash.c2
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;
}