1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/lib/ldb-samba
Douglas Bagnall 037e7ae9c5 ldb-samba:pytest: remove unused variable
Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
2024-05-31 00:25:33 +00:00
..
tests ldb-samba:pytest: remove unused variable 2024-05-31 00:25:33 +00:00
ldb_ildap.c ldb_ildap: require ldb_get_opaque(ldb, "loadparm") to be valid 2024-04-23 23:50:33 +00:00
ldb_matching_rules.c ldb-samba: matching rules: notify of search failure in transitive filter 2024-03-22 05:03:35 +00:00
ldb_matching_rules.h dns: custom match rule for DNS records to be tombstoned 2018-07-12 04:31:54 +02:00
ldb_wrap.c ldb-samba: use ldb_comparison_fold_utf8() 2024-05-22 23:12:32 +00:00
ldb_wrap.h ldb-samba: add ldb_comparison_fold_utf8, wrapping strncasecmp_ldb 2024-05-22 23:12:32 +00:00
ldif_handlers.c ldb-samba: ldif_read_objectSid avoids VLA 2024-05-08 00:26:42 +00:00
ldif_handlers.h dsdb: Introduce LDB_SYNTAX_SAMBA_OCTET_STRING 2016-03-09 10:32:16 +01:00
pyldb.c ldb-samba: use ldb_comparison_fold_utf8() 2024-05-22 23:12:32 +00:00
README
samba_extensions.c ldb-samba: use ldb_comparison_fold_utf8() 2024-05-22 23:12:32 +00:00
wscript_build lib:ldb-samba: Migrate samba extensions to new cmdline option parser 2021-06-16 01:25:28 +00:00

This directory contains Samba specific extensions to ldb. It also
serves as example code on how to extend ldb for your own application.

The main extension Samba uses is to provide ldif encode/decode
routines for specific attributes, so users can get nice pretty
printing of attributes in ldbedit, while the attributes are stored in
the standard NDR format in the database.