mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
s4-rpc_server/drsuapi: Print ldb error showing why we failed to perform the access check
Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
This commit is contained in:
parent
1d92d5b19b
commit
f75dc8f4a5
@ -170,7 +170,7 @@ static WERROR drs_security_access_check_log(struct ldb_context *sam_ctx,
|
||||
security_token_debug(2, 0, token);
|
||||
return WERR_DS_DRA_ACCESS_DENIED;
|
||||
} else if (ret != LDB_SUCCESS) {
|
||||
DEBUG(1,("Failed to perform access check on %s\n", ldb_dn_get_linearized(dn)));
|
||||
DEBUG(1,("Failed to perform access check on %s: %s\n", ldb_dn_get_linearized(dn), ldb_strerror(ret)));
|
||||
return WERR_DS_DRA_INTERNAL_ERROR;
|
||||
}
|
||||
return WERR_OK;
|
||||
|
Loading…
Reference in New Issue
Block a user