OpenVAS Libraries
6.0+beta5
|
Info to use for an authentication against an ADS/LDAP. More...
#include <ads_auth.h>
Data Fields | |
ldap_auth_info_t | ldap_auth_conf |
Inherit everything from ldap case. More... | |
gchar * | domain |
The domain to bind to, in "dot-notation" like domain.org. More... | |
gchar * | domain_dc |
The domain as ldap dc, like "dc=domain,dc=org". More... | |
Info to use for an authentication against an ADS/LDAP.
Use like an opaque struct, create with ads_auth_info_new, do not modify, free with ads_auth_info_free.
gchar* ads_auth_info::domain |
The domain to bind to, in "dot-notation" like domain.org.
gchar* ads_auth_info::domain_dc |
The domain as ldap dc, like "dc=domain,dc=org".
ldap_auth_info_t ads_auth_info::ldap_auth_conf |
Inherit everything from ldap case.