Greenbone Vulnerability Management Libraries
11.0.1
|
Go to the documentation of this file.
25 #ifndef _GVM_LDAPUTILS_H
26 #define _GVM_LDAPUTILS_H
48 void *,
const gchar *);
55 #ifdef ENABLE_LDAP_AUTH
63 ldap_auth_bind (
const gchar *,
const gchar *,
const gchar *, gboolean,
67 ldap_auth_dn_is_good (
const gchar *);
gchar * ldap_host
Address of the ldap server, might include port.
Definition: ldaputils.h:41
int ldap_connect_authenticate(const gchar *, const gchar *, void *, const gchar *)
Dummy function for Manager.
Definition: ldaputils.c:492
gchar * auth_dn
DN to authenticate with.
Definition: ldaputils.h:42
gboolean allow_plaintext
!Whether or not StartTLS is required.
Definition: ldaputils.h:43
Schema (dn) and info to use for a basic ldap authentication.
Definition: ldaputils.h:40
void ldap_auth_info_free(ldap_auth_info_t)
Dummy function for Manager.
Definition: ldaputils.c:509
struct ldap_auth_info * ldap_auth_info_t
Authentication schema and address type.
Definition: ldaputils.h:31
ldap_auth_info_t ldap_auth_info_new(const gchar *, const gchar *, gboolean)
Dummy function for manager.
Definition: ldaputils.c:472