mirror of
https://github.com/samba-team/samba.git
synced 2025-02-05 21:57:51 +03:00
s4-drs: make DsBind a bit less verbose
This commit is contained in:
parent
7bce1ab5e8
commit
0c0eb14767
@ -60,7 +60,7 @@ static WERROR dcesrv_drsuapi_DsBind(struct dcesrv_call_state *dce_call, TALLOC_C
|
||||
/* if this is a DC connecting, give them system level access */
|
||||
werr = drs_security_level_check(dce_call, NULL);
|
||||
if (W_ERROR_IS_OK(werr)) {
|
||||
DEBUG(0,(__location__ ": doing DsBind with system_session\n"));
|
||||
DEBUG(2,(__location__ ": doing DsBind with system_session\n"));
|
||||
auth_info = system_session(b_state, dce_call->conn->dce_ctx->lp_ctx);
|
||||
} else {
|
||||
auth_info = dce_call->conn->auth_state.session_info;
|
||||
|
Loading…
x
Reference in New Issue
Block a user