Greenbone Vulnerability Management Libraries  11.0.0
ldap_auth_info Struct Reference

Schema (dn) and info to use for a basic ldap authentication. More...

#include <ldaputils.h>

Collaboration diagram for ldap_auth_info:
Collaboration graph

Data Fields

gchar * ldap_host
 Address of the ldap server, might include port. More...
 
gchar * auth_dn
 DN to authenticate with. More...
 
gboolean allow_plaintext
 !Whether or not StartTLS is required. More...
 

Detailed Description

Schema (dn) and info to use for a basic ldap authentication.

Use like an opaque struct, create with ldap_auth_schema_new, do not modify, free with ldap_auth_schema_free.

Definition at line 39 of file ldaputils.h.

Field Documentation

◆ allow_plaintext

gboolean ldap_auth_info::allow_plaintext

!Whether or not StartTLS is required.

Definition at line 43 of file ldaputils.h.

◆ auth_dn

gchar* ldap_auth_info::auth_dn

DN to authenticate with.

Definition at line 42 of file ldaputils.h.

◆ ldap_host

gchar* ldap_auth_info::ldap_host

Address of the ldap server, might include port.

Definition at line 41 of file ldaputils.h.


The documentation for this struct was generated from the following file: