mirror of
https://github.com/samba-team/samba.git
synced 2025-01-13 13:18:06 +03:00
s4:password_hash LDB module - clear the fact that a delete of password attributes isn't possible
This commit is contained in:
parent
d4c9a34cf8
commit
6041ef7442
@ -1908,7 +1908,7 @@ static int setup_io(struct ph_context *ac,
|
|||||||
&& (!io->n.nt_hash) && (!io->n.lm_hash)) {
|
&& (!io->n.nt_hash) && (!io->n.lm_hash)) {
|
||||||
ldb_asprintf_errstring(ldb,
|
ldb_asprintf_errstring(ldb,
|
||||||
"setup_io: "
|
"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;
|
return LDB_ERR_UNWILLING_TO_PERFORM;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user