1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/source4/lib/ldb-samba
Jelmer Vernooij 4217734a51 credentials: Lowercase library name,
Autobuild-User: Jelmer Vernooij <jelmer@samba.org>
Autobuild-Date: Sun Nov  7 01:48:44 UTC 2010 on sn-devel-104
2010-11-07 01:48:44 +00:00
..
ldb_ildap.c s4-ldb: moved the ldb_ildap backend into lib/ldb-samba 2010-11-01 18:55:20 +11:00
ldb_wrap.c s4:ldb-samba/ldb_wrap.c - fix indentation and trailing whitespaces 2010-10-17 10:23:41 +02: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 s4:ldif_handlers.c - fix a typo 2010-10-16 12:42:06 +02:00
ldif_handlers.h s4-ldb: added ldif handler for the dnsRecord attribute 2010-08-05 17:31:29 +10:00
pyldb.c s4-loadparm: 2nd half of lp_ to lpcfg_ conversion 2010-07-16 18:24:27 +10:00
README r25084: Move samba-specific code out of lib/ldb directory. 2007-10-10 15:06:26 -05:00
samba_extensions.c s4-dsdb: removed the use of ldb_private.h from s4 2010-11-03 07:43:57 +11:00
wscript_build credentials: Lowercase library name, 2010-11-07 01:48:44 +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.