1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-03 01:18:10 +03:00
samba-mirror/lib/ldb-samba
Stefan Metzmacher 850788591b lib/ldb-samba: add more attributes with LDB_SYNTAX_SAMBA_GUID
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Guenther Deschner <gd@samba.org>
2014-02-11 16:02:13 +01:00
..
ldb_ildap.c lib/ldb-samba/ldb_ildap: Also skip special base DNs 2013-09-17 05:56:56 +02:00
ldb_wrap.c lib/ldb-samba: fix a compiler warning 2013-12-12 14:21:27 -08:00
ldb_wrap.h ldb: make ldb a top level library for Samba 4.0 2011-07-05 17:24:47 +10:00
ldif_handlers.c lib/ldb-samba: add more attributes with LDB_SYNTAX_SAMBA_GUID 2014-02-11 16:02:13 +01:00
ldif_handlers.h ldb-samba: Added handler to decode dnsProperty attribute 2011-10-20 05:53:05 +02:00
pyldb.c pyldb: Consistently use pyldb_ prefix. 2011-08-07 17:08:56 +02:00
README ldb: make ldb a top level library for Samba 4.0 2011-07-05 17:24:47 +10:00
samba_extensions.c ldb: make ldb a top level library for Samba 4.0 2011-07-05 17:24:47 +10:00
wscript_build build: rename security → samba-security 2012-08-10 14:22:20 +02: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.