diff options
author | Matthias Dieter Wallnöfer <mdw@samba.org> | 2010-11-08 11:31:16 +0100 |
---|---|---|
committer | Matthias Dieter Wallnöfer <mdw@samba.org> | 2010-11-08 11:27:03 +0000 |
commit | 6041ef7442fda2f96c416d333f1dfc6dabd0d252 (patch) | |
tree | fa5528fe6b2a2300bab3427682f343f352a264e2 | |
parent | d4c9a34cf82abea5497dc2a8072ed2a67894e0ea (diff) | |
download | samba-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
-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; } |