1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
samba-mirror/source4/lib/ldb-samba
2010-10-10 23:45:23 +02:00
..
config.mk s4-dns: fix dnsp for old build 2010-08-05 17:31:29 +10:00
ldb_wrap.c ldb-samba: Rename samdb_relative_path to ldb_relative_path, as it's not samdb-specific. 2010-10-10 23:45:23 +02:00
ldb_wrap.h ldb-samba: Rename samdb_relative_path to ldb_relative_path, as it's not samdb-specific. 2010-10-10 23:45:23 +02:00
ldif_handlers.c ldb-samba: Add convenience function for doing a Samba-style LDB init. 2010-10-10 23:09: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
wscript_build ldb-samba: Split up ldb_wrap_connect() a bit. 2010-10-10 23:09:06 +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.