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
Andrew Tridgell a3e089db19 s4-ldb: display security descriptors with correct SDL for known SIDs
This makes it much easier to compare SDs
2010-01-10 13:23:38 +11:00
..
config.mk s4:librpc/ndr: integrate NDR_MISC into LIBNDR 2008-11-16 16:24:34 +01:00
ldif_handlers.c s4-ldb: display security descriptors with correct SDL for known SIDs 2010-01-10 13:23:38 +11:00
ldif_handlers.h s4-ldb: added nice ldif display of 64 bit ranges for RIDs 2010-01-08 13:02:58 +11:00
README r25084: Move samba-specific code out of lib/ldb directory. 2007-10-10 15:06:26 -05: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.