1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-10 01:18:15 +03:00
samba-mirror/source4/lib/ldb-samba
Andrew Tridgell bb2ba90663 s4-ldbwrap: ensure session_info in ldb opaque remains valid
A DRS DsBind handle can be re-used in a later connection. This implies
reuse of the session_info for the connection. If the first connection
is shutdown then the session_info in the sam context on the 2nd
connection must remain valid.
2010-08-17 21:21:51 +10:00
..
config.mk s4-dns: fix dnsp for old build 2010-08-05 17:31:29 +10:00
ldb_wrap.c s4-ldbwrap: ensure session_info in ldb opaque remains valid 2010-08-17 21:21:51 +10:00
ldb_wrap.h s4:lib: merge LDB_WRAP and LDBSAMBA and make LDBSAMBA a library. 2010-06-16 14:07:28 +02:00
ldif_handlers.c s4-ldb: added ldif handler for the dnsRecord attribute 2010-08-05 17:31:29 +10: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 s4-ldb: added ldif handler for the dnsRecord attribute 2010-08-05 17:31:29 +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.