LDAP channel binding in Java, what is the eqvivalent parameter to send in order to match the Windows server configuration?
If the server is configured with 'LdapEnforceChannelBinding = 1 (When Supported) or 2 (Always)
I've configured the 'java.naming.security.authentication' as 'strong' but the authentication fails.
If I send 'java.naming.security.authentication' as 'simple', the authentication succeeds even if the server was configured
with 'LdapEnforceChannelBinding = 1 (When Supported) or 2 (Always)