String name
When this plugin is used on Windows, this field is null, and we use ADSI and ADO through com4j to perform authentication.
OTOH, when this plugin runs on non-Windows, this field must be non-null, and we'll use LDAP for authentication.
String servers
String site
On Windows, I'm assuming ADSI takes care of everything automatically.
String bindName
hudson.util.Secret bindPassword
hudson.plugins.active_directory.TlsConfiguration tlsConfiguration
Even if we are not using any of the TLS ports (3269/636) the plugin will try to establish a TLS channel using startTLS. Because of this, we need to be able to specify the SSL strategy on the plugin
For the moment there are two possible values: trustAllCertificates and trustStore.
Copyright © 2016–2019. All rights reserved.