1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-14 12:59:07 +03:00
Files
samba-mirror/source3/lib/ldb/samba
Andrew Tridgell d035a60089 s3-ldb: use GUID_to_ndr_blob()
this also fixes an error in NTSTATUS handling
2009-12-10 17:51:28 +11:00
..
2009-12-10 17:51:28 +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.