mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
s4-dsdb: give full error message for operational failures
This commit is contained in:
parent
74d373d0f7
commit
6cd01c9665
@ -672,8 +672,8 @@ static int operational_search_post_process(struct ldb_module *module,
|
||||
|
||||
failed:
|
||||
ldb_debug_set(ldb, LDB_DEBUG_WARNING,
|
||||
"operational_search_post_process failed for attribute '%s'",
|
||||
attrs_from_user[a]);
|
||||
"operational_search_post_process failed for attribute '%s' - %s",
|
||||
attrs_from_user[a], ldb_errstring(ldb));
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user