db-ldap.h revision b270b29d458f3cbd6e63320bb17e23f809da0045
953e611ceabed9ccf986e0b234379c2af4bb331aJames Hunttypedef void db_search_callback_t(struct ldap_connection *conn,
892bd61e0fcc788390abfadd32b1897943290879dlezcano const char *uris;
d1de19abd0067f38bc08a4a3357de701a4e5571ddlezcano const char *dn;
d1de19abd0067f38bc08a4a3357de701a4e5571ddlezcano const char *dnpass;
d1de19abd0067f38bc08a4a3357de701a4e5571ddlezcano const char *deref;
d1de19abd0067f38bc08a4a3357de701a4e5571ddlezcano const char *base;
aa8d013ec5b09cd1cd904173d6234ef126eb2126Peter Simons int fd; /* only set when connected/connecting */
7822022c4c72cee06905b540b89b653491d6f6b2Stéphane Graber struct hash_table *pass_attr_map, *user_attr_map;
7822022c4c72cee06905b540b89b653491d6f6b2Stéphane Graber unsigned int retrying:1; /* just reconnected, resending requests */
const char *base;
const char *filter;
struct ldap_sasl_bind_context {
const char *authcid;
const char *passwd;
const char *realm;
const char *authzid;
int scope);
const char *const default_attr_map[],
const char *skip_attr);