11#ifndef _GVM_LDAPUTILS_H
12#define _GVM_LDAPUTILS_H
38 void *,
const gchar *);
48#ifdef ENABLE_LDAP_AUTH
56ldap_auth_bind (
const gchar *,
const gchar *,
const gchar *, gboolean,
60ldap_auth_bind_2 (
const gchar *,
const gchar *,
const gchar *, gboolean,
61 const gchar *, gboolean);
64ldap_auth_dn_is_good (
const gchar *);
ldap_auth_info_t ldap_auth_info_new(const gchar *, const gchar *, gboolean)
Dummy function for manager.
struct ldap_auth_info * ldap_auth_info_t
Authentication schema and address type.
int ldap_connect_authenticate(const gchar *, const gchar *, void *, const gchar *)
Dummy function for Manager.
ldap_auth_info_t ldap_auth_info_new_2(const gchar *, const gchar *, gboolean, gboolean)
Dummy function for manager.
void ldap_auth_info_free(ldap_auth_info_t)
Dummy function for Manager.
int ldap_enable_debug(void)
Dummy function for enabling LDAP debugging for manager.
Schema (dn) and info to use for a basic ldap authentication.
gboolean allow_plaintext
!Whether or not StartTLS or LDAPS is required.
gboolean ldaps_only
Whether to try LDAPS before StartTLS.
gchar * ldap_host
Address of the ldap server, might include port.
gchar * auth_dn
DN to authenticate with.