Apache Portable Runtime
|
#include <apr_ldap.h>
Data Fields | |
apr_ldap_bind_interact_e | id |
const char * | challenge |
const char * | prompt |
const char * | defresult |
apr_buffer_t | result |
During apr_ldap_bind(), a callback is passed this structure requesting authentication and authorisation details. The callback is expected to fill the buffer with the information requested.
This is used to obtain the information needed for SASL binds.
const char* apr_ldap_bind_interact_t::challenge |
Presented to user (e.g. OTP challenge)
const char* apr_ldap_bind_interact_t::defresult |
Default result string
apr_ldap_bind_interact_e apr_ldap_bind_interact_t::id |
An enum indicating what information is requested.
const char* apr_ldap_bind_interact_t::prompt |
Presented to user (e.g. "Username: ")
apr_buffer_t apr_ldap_bind_interact_t::result |
Buffer to be filled in by the callback with the information requested