GitHub user kgeis opened a pull request: https://github.com/apache/camel/pull/1592
CAMEL-11060: fall back to context source base DN This patch makes the Spring LDAP component so that if no "dn" parameter is specified, it uses the base defined on the Spring LDAP ContextSource. An error will only occur if the base is defined in neither place. You can merge this pull request into a Git repository by running: $ git pull https://github.com/kgeis/camel CAMEL-11060 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/camel/pull/1592.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #1592 ---- commit 018be2d8dbae53fd262eebeaeee7f7be3c825a33 Author: Ken Geis <kg...@berkeley.edu> Date: 2017-04-04T18:34:22Z CAMEL-11060: fall back on base DN specified on Spring LDAP context source if none is defined in the URI ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---