Should bind() method be used for anonymous bind or should it take bind DN and
credentials from the LdapConnectionConfig?
------------------------------------------------------------------------------------------------------------------------
Key: DIRAPI-32
URL: https://issues.apache.org/jira/browse/DIRAPI-32
Project: Directory Client API
Issue Type: Improvement
Reporter: Pierre-Arnaud Marcelot
Fix For: 0.2.0
Should bind() method be used for anonymous bind or should it take bind DN and
credentials from the LdapConnectionConfig?
When using the API, I thought the bind() method would use the bind DN and
credentials I provided in the LdapConnectionConfig when creating the connection.
I personally think we should rename the current bind() method as
BindAnonymously() and let the bind() method reuse the LdapConnectionConfig
parameter (if none are provided for Bind DN and credentials, then it would
implicitly be an anonymous bind)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.