Samba4/LDB/Reply

From SambaWiki

Structures

ldb_reply

struct ldb_reply {
    int error;
    enum ldb_reply_type type;
    struct ldb_message *message;
    struct ldb_extended *response;
    struct ldb_control **controls;
    char *referral;
};