1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00
samba-mirror/source4/lib/ldb-samba
2011-02-20 16:51:21 +01:00
..
ldb_ildap.c ldb:ldb_rename on ldap backends - handle the case when the RDN value is empty 2010-11-19 23:03:49 +01:00
ldb_wrap.c ldb: use #include <ldb.h> for ldb 2011-02-10 06:51:07 +01:00
ldb_wrap.h s4-ldbwrap: split ldb-wrap out from the LDBSAMBA subsystem 2010-10-30 23:49:01 +11:00
ldif_handlers.c ldb: use #include <ldb.h> for ldb 2011-02-10 06:51:07 +01:00
ldif_handlers.h s4-ldif_handlers Add handler for printing supplementalCredentials 2010-11-16 16:32:27 +11:00
pyldb.c s4-python: Only set BASETYPE flag if subclassing is supported. 2011-01-01 03:39:58 +01:00
README
samba_extensions.c s4-dsdb: removed the use of ldb_private.h from s4 2010-11-03 07:43:57 +11:00
wscript_build ldb-samba: Add missing dependency on pyldb-util. 2011-02-20 16:51:21 +01: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.