LDAP

Undocumented in source.

Constructors

this
this(string uri)
Undocumented in source.

Members

Functions

bind_s
int bind_s(string who, string cred, int method)

LDAP synchronous bind

get_option
int get_option(int option, void* outvalue)
Undocumented in source. Be warned that the author may not have intended to support it.
search_ext_s
SearchResult search_ext_s(string search_base, int search_scope, string search_filter, string[] search_attrs, int attrsonly, LDAPControl* serverctrls, LDAPControl* clientctrls, timeval* timeout, int sizelimit)
Undocumented in source. Be warned that the author may not have intended to support it.
search_s
SearchResult search_s(string search_base, int search_scope, string search_filter, string[] search_attrs, int attrsonly)
set_option
int set_option(int option, void* invalue)
Undocumented in source. Be warned that the author may not have intended to support it.
unbind
int unbind()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

ldap
void* ldap;
Undocumented in source.

Meta