dldap.c.ldap_h

Exposes include/ldap.h

Only meant to be used internally.

Members

Functions

ldap_bind
int ldap_bind(ldap* ld, char* dn, char* passwd, int authmethod)
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 err)
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(ldap* ld, ldapmsg* entry, berelement** berptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ldap_first_message
ldapmsg* ldap_first_message(ldap* ld, ldapmsg* result)
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(ldap* ld, ldapmsg* 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_values
char** ldap_get_values(ldap* ld, ldapmsg* 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_init
ldap* ldap_init(char* host, int port)
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(ldap** ldp, char* uri)
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* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ldap_msgfree
int ldap_msgfree(ldapmsg* msg)
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(ldap* ld, ldapmsg* entry, berelement* 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_message
ldapmsg* ldap_next_message(ldap* ld, ldapmsg* message)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ldap_search_s
int ldap_search_s(ldap* ld, char* base, int scope_, char* filter, char** attrs, int attrsonly, ldapmsg** res)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ldap_simple_bind_s
int ldap_simple_bind_s(ldap* ld, char* who, char* passwd)
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(ldap* ld)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ldap_unbind_s
int ldap_unbind_s(ldap* 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** vals)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta