1
0
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:
Andrew Bartlett 2014-05-19 11:08:00 +12:00
parent 822b492728
commit 04bc200e95

View File

@ -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);