|
Greenbone Vulnerability Management Libraries 22.32.0
|
Schema (dn) and info to use for a basic ldap authentication. More...
#include <ldaputils.h>

Data Fields | |
| gchar * | ldap_host |
| Address of the ldap server, might include port. | |
| gchar * | auth_dn |
| DN to authenticate with. | |
| gboolean | allow_plaintext |
| !Whether or not StartTLS or LDAPS is required. | |
| gboolean | ldaps_only |
| Whether to try LDAPS before StartTLS. | |
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 25 of file ldaputils.h.
| gboolean ldap_auth_info::allow_plaintext |
!Whether or not StartTLS or LDAPS is required.
Definition at line 29 of file ldaputils.h.
| gchar* ldap_auth_info::auth_dn |
DN to authenticate with.
Definition at line 28 of file ldaputils.h.
| gchar* ldap_auth_info::ldap_host |
Address of the ldap server, might include port.
Definition at line 27 of file ldaputils.h.
| gboolean ldap_auth_info::ldaps_only |
Whether to try LDAPS before StartTLS.
Definition at line 30 of file ldaputils.h.