table of contents
        
      
      
    | ldb_context(3) | Library Functions Manual | ldb_context(3) | 
NAME¶
ldb_context
SYNOPSIS¶
Data Structures¶
struct ldb_extended_match_entry
  
  struct ldb_opaque
  
  
Data Fields¶
struct ldb_module * modules
  
  struct ldb_debug_ops debug_ops
  
  struct ldb_context::ldb_extended_match_entry *
    extended_match_rules
  
  struct {
  
   struct ldb_module * module
  
   ldb_redact_fn callback
  
  } redact
  
  struct ldb_utf8_fns utf8_fns
  
  struct ldb_context::ldb_opaque * opaque
  
  struct ldb_schema schema
  
  char * err_string
  
  int transaction_active
  
  int default_timeout
  
  unsigned int flags
  
  unsigned int create_perms
  
  struct tevent_context * ev_ctx
  
  bool require_private_event_context
  
  bool prepare_commit_done
  
  char * partial_debug
  
  struct poptOption * popt_options
  
  const char ** options
  
  
Detailed Description¶
Examples
  
  ldbreader.c, and ldifreader.c.
Author¶
Generated automatically by Doxygen for LDB from the source code.
| Mon Dec 4 2023 | LDB |