OID / LDAP Connector with anonymous bind
Hello,
is it possible to connect a LDAP resource with anonymous bind using OID / LDAP Connector?
If either the principal or credentials field of the IT Resource is empty the connector throws without even trying:
org.identityconnectors.framework.common.exceptions.ConnectorException: Missing required configuration option [credentials]
I also tried Null, anonymous and cn=anonymous as user with gets me
org.identityconnectors.framework.common.exceptions.ConnectorSecurityException: javax.naming.AuthenticationException: [LDAP: error code 49 - Invalid Credentials]
Regards, Günther