mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
4ad97a1d05
This is a partial fix towards bugs due to us walking past the end of
what we think are strings in ldb. There is much more work to do in
this area.
Andrew Bartlett
(This used to be commit
|
||
---|---|---|
.. | ||
config.mk | ||
ldif_handlers.c | ||
ldif_handlers.h | ||
README |
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.