openldap

Undocumented in source.

Members

Aliases

BerValue
alias BerValue = berval
Undocumented in source.
LDAPControl
alias LDAPControl = ldapcontrol
Undocumented in source.
SearchEntry
alias SearchEntry = Tuple!(string, "dn", string[][string], "entry")
Undocumented in source.
SearchResult
alias SearchResult = SearchEntry[]
Undocumented in source.

Classes

LDAPException
class LDAPException
Undocumented in source.

Functions

ber_bvarray_free
void ber_bvarray_free(berval* bvarray)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ber_bvfree
void ber_bvfree(berval* bv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ldap_bind_s
int ldap_bind_s(void* ld, char* who, char* cred, int method)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ldap_err2string
char* ldap_err2string(int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ldap_first_attribute
char* ldap_first_attribute(void* ld, void* entry, void** ber)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ldap_first_entry
void* ldap_first_entry(void* ld, void* chain)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ldap_get_dn
char* ldap_get_dn(void* ld, void* entry)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ldap_get_option
int ldap_get_option(void* ld, int option, void* outvalue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ldap_get_values_len
berval** ldap_get_values_len(void* ld, void* entry, char* attr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ldap_initialize
int ldap_initialize(void** , char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ldap_memfree
void ldap_memfree(void* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ldap_msgfree
void ldap_msgfree(void* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ldap_next_attribute
char* ldap_next_attribute(void* ld, void* entry, void* ber)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ldap_next_entry
void* ldap_next_entry(void* ld, void* entry)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ldap_search_ext_s
int ldap_search_ext_s(void* ld, char* base, int _scope, char* filter, char** attrs, int attrsonly, LDAPControl** serverctrls, LDAPControl** clientctrls, timeval* timeout, int sizelimit, void** res)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ldap_set_option
int ldap_set_option(void* ld, int option, void* invalue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ldap_unbind
int ldap_unbind(void* ld)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ldap_value_free
void ldap_value_free(berval** )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ldap_value_free_len
void ldap_value_free_len(berval** )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Manifest constants

LDAP_AUTH_SIMPLE
enum LDAP_AUTH_SIMPLE;
Undocumented in source.
LDAP_OPT_PROTOCOL_VERSION
enum LDAP_OPT_PROTOCOL_VERSION;
Undocumented in source.
LDAP_SCOPE_BASE
enum LDAP_SCOPE_BASE;
Undocumented in source.
LDAP_SCOPE_BASEOBJECT
enum LDAP_SCOPE_BASEOBJECT;
Undocumented in source.
LDAP_SCOPE_CHILDREN
enum LDAP_SCOPE_CHILDREN;
Undocumented in source.
LDAP_SCOPE_DEFAULT
enum LDAP_SCOPE_DEFAULT;
Undocumented in source.
LDAP_SCOPE_ONE
enum LDAP_SCOPE_ONE;
Undocumented in source.
LDAP_SCOPE_ONELEVEL
enum LDAP_SCOPE_ONELEVEL;
Undocumented in source.
LDAP_SCOPE_SUB
enum LDAP_SCOPE_SUB;
Undocumented in source.
LDAP_SCOPE_SUBORDINATE
enum LDAP_SCOPE_SUBORDINATE;
Undocumented in source.
LDAP_SCOPE_SUBTREE
enum LDAP_SCOPE_SUBTREE;
Undocumented in source.

Structs

LDAP
struct LDAP
Undocumented in source.
berval
struct berval
Undocumented in source.
ldapcontrol
struct ldapcontrol
Undocumented in source.

Meta