1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
samba-mirror/lib/ldb-samba
2011-08-07 17:08:56 +02:00
..
ldb_ildap.c ldb: make ldb a top level library for Samba 4.0 2011-07-05 17:24:47 +10:00
ldb_wrap.c ldb: make ldb a top level library for Samba 4.0 2011-07-05 17:24:47 +10: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 s4-ldb: two DNs only match if they have the same deletion status 2011-08-04 09:34:08 +02:00
ldif_handlers.h ldb-samba: Allow --show-binary flag on defaultSecurityDescriptor 2011-07-28 15:20:51 +10: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 ldb: make ldb a top level library for Samba 4.0 2011-07-05 17:24:47 +10: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.