- ber_free
void ber_free(void* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- domainSplit
void domainSplit(string username, string user, string domain)
If username has a domain specified, this will split it into a username and domain and return them in a string array.
- enforceLDAP
auto enforceLDAP(uint f)
Undocumented in source. Be warned that the author may not have intended to support it.
- enforceLDAP
auto enforceLDAP(uint f)
Undocumented in source. Be warned that the author may not have intended to support it.
- ldapBind
uint ldapBind(PLDAP _handle, string user, string cred, int method)
Undocumented in source. Be warned that the author may not have intended to support it.
- ldapBind
uint ldapBind(PLDAP _handle, string user, string cred, int method)
Undocumented in source. Be warned that the author may not have intended to support it.
- ldapInit
PLDAP ldapInit(string host)
Undocumented in source. Be warned that the author may not have intended to support it.
- ldapInit
PLDAP ldapInit(string host)
Undocumented in source. Be warned that the author may not have intended to support it.
- ldapWinErrorToString
string ldapWinErrorToString(uint err)
Undocumented in source. Be warned that the author may not have intended to support it.
- 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_count_entries
int ldap_count_entries(PLDAP , void* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ldap_count_values
int ldap_count_values(char** )
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
char** ldap_get_values(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** serverControls, LDAPControl** clientControls, 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_search_ext_sW
uint ldap_search_ext_sW(LDAP* , wchar* , uint , wchar* , wchar** , uint , PLDAPControlW* , PLDAPControlW* , LDAP_TIMEVAL* , uint , LDAPMessage** )
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(char** )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.