mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
76899e2361
* Corrected python behaviour for 'in' for LDAP attributes contained as part of ldb.Message (bug 14845) * Fix memory handling in ldb.msg_diff (bug 14836) * Corrected python docstrings BUG: https://bugzilla.samba.org/show_bug.cgi?id=14845 BUG: https://bugzilla.samba.org/show_bug.cgi?id=14836 BUG: https://bugzilla.samba.org/show_bug.cgi?id=14848 Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
4 lines
186 B
Plaintext
4 lines
186 B
Plaintext
pyldb_Dn_FromDn: PyObject *(struct ldb_dn *)
|
|
pyldb_Object_AsDn: bool (TALLOC_CTX *, PyObject *, struct ldb_context *, struct ldb_dn **)
|
|
pyldb_check_type: bool (PyObject *, const char *)
|