1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00
samba-mirror/source4/lib/ldb-samba
Matthias Dieter Wallnöfer d34205add3 s4:ldb-samba/ldb_wrap.*-dsdb/samdb/samdb.c - handle LDB connection flags as unsigned
The LDB API ("ldb_connect") prescribes that they should be "unsigned".

Signed-off-by: Metze
2011-05-21 16:21:14 +02: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 s4:ldb-samba/ldb_wrap.*-dsdb/samdb/samdb.c - handle LDB connection flags as unsigned 2011-05-21 16:21:14 +02:00
ldb_wrap.h s4:ldb-samba/ldb_wrap.*-dsdb/samdb/samdb.c - handle LDB connection flags as unsigned 2011-05-21 16:21:14 +02: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 auth: Move auth_session_info into IDL 2011-04-05 23:46:04 +02: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: don't install ldb_wrap.h twice 2011-03-15 12:22:18 +11: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.