ldb_ldif - Man Page
LDIF record.
Synopsis
#include <ldb.h>
Data Fields
enum ldb_changetype changetype
struct ldb_message * msg
Detailed Description
LDIF record.
This structure contains a LDIF record, as returned from ldif_read() and equivalent functions.
Examples ldbreader.c, and ldifreader.c.
Field Documentation
enum ldb_changetype ldb_ldif::changetype
The type of change
Examples ldifreader.c.
struct ldb_message* ldb_ldif::msg
The changes
Author
Generated automatically by Doxygen for LDB from the source code.
Info
LDB