1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-13 13:18:06 +03:00
samba-mirror/source4/lib/ldb/samba
2007-10-10 14:21:10 -05:00
..
ldif_handlers.c r19327: fixed a leak in ldif_canonicalise_objectCategory() 2007-10-10 14:21:10 -05:00
README r7804: added the samba specific ldif handlers into the tree, but don't enable 2007-10-10 13:18:37 -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.