ldb_module_ops (3) Linux Manual Page
ldb_module_ops – SynopsisData Fieldsconst char * name int(* init_context )(struct ldb_module *) int(* search )(struct ldb_module *, struct ldb_request *) int(* add )(struct ldb_module *, struct ldb_request *) int(* modify )(struct ldb_module *, struct ldb_request *) int(* del )(struct ldb_module *, struct ldb_request *) int(* rename )(struct ldb_module *, struct ldb_request *) int(* request )(struct…
