mirror of
https://github.com/samba-team/samba.git
synced 2025-03-20 22:50:26 +03:00
winbindd: explain that this check protects the AD DC machine account password (for now at least)
Change-Id: I2e2eb2e7fc4a12f27025f42e4cc41560311ce6c8 Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
This commit is contained in:
parent
822b492728
commit
04bc200e95
@ -52,6 +52,10 @@ struct tevent_req *winbindd_change_machine_acct_send(TALLOC_CTX *mem_ctx,
|
||||
/*
|
||||
* Internal domains are passdb based, we can always
|
||||
* contact them.
|
||||
*
|
||||
* This also protects us from changing the password on
|
||||
* the AD DC without updating all the right databases.
|
||||
* Do not remove this until that code is fixed.
|
||||
*/
|
||||
tevent_req_done(req);
|
||||
return tevent_req_post(req, ev);
|
||||
|
Loading…
x
Reference in New Issue
Block a user