mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
86d480ade2
* add ldb_options_get add a function to get the options passed in ldb connect. * add "batch_mode" option. This options stops sub transactions being started for key value operations. It is intended to improve the performance in batch operations. As it bypasses the protections on operations if an operation fails, the entire transaction will be aborted by a commit. Signed-off-by: Gary Lockyer <gary@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
3 lines
136 B
Plaintext
3 lines
136 B
Plaintext
pyldb_Dn_FromDn: PyObject *(struct ldb_dn *)
|
|
pyldb_Object_AsDn: bool (TALLOC_CTX *, PyObject *, struct ldb_context *, struct ldb_dn **)
|