ldb_ldif (3) - Linux Manuals

NAME

ldb_ldif -

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.