mirror of
https://github.com/samba-team/samba.git
synced 2025-01-21 18:04:06 +03:00
s4-rpc_server/drsuapi: Improve debug message for drs_ObjectIdentifier_to_dn_and_nc_root() failure
BUG: https://bugzilla.samba.org/show_bug.cgi?id=15401 Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org> (cherry picked from commit a12bcce89d26ae05bbaeed560cf8fcc7b5bcfdab)
This commit is contained in:
parent
89dfbd8c85
commit
f7b1325b81
@ -3022,6 +3022,9 @@ allowed:
|
||||
&ncRoot_dn,
|
||||
NULL);
|
||||
if (ret != LDB_SUCCESS) {
|
||||
DBG_ERR("Bad DN '%s' as Naming Context or EXOP DN for GetNCChanges: %s\n",
|
||||
drs_ObjectIdentifier_to_debug_string(mem_ctx, ncRoot),
|
||||
ldb_strerror(ret));
|
||||
return WERR_DS_DRA_BAD_DN;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user