Repository: camel Updated Branches: refs/heads/master 49f2bb517 -> a41bef538
update Spring LDAP component documentation to indicate that base DN is not needed if specified in ContextSource Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/76472226 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/76472226 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/76472226 Branch: refs/heads/master Commit: 764722269b7366956a8e379160d3ea27f07108d1 Parents: 152916a Author: Ken Geis <kg...@berkeley.edu> Authored: Tue Apr 4 12:16:43 2017 -0700 Committer: Claus Ibsen <davscl...@apache.org> Committed: Wed Apr 12 10:26:18 2017 +0200 ---------------------------------------------------------------------- .../camel-spring-ldap/src/main/docs/spring-ldap-component.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/76472226/components/camel-spring-ldap/src/main/docs/spring-ldap-component.adoc ---------------------------------------------------------------------- diff --git a/components/camel-spring-ldap/src/main/docs/spring-ldap-component.adoc b/components/camel-spring-ldap/src/main/docs/spring-ldap-component.adoc index 07886ba..dd73c70 100644 --- a/components/camel-spring-ldap/src/main/docs/spring-ldap-component.adoc +++ b/components/camel-spring-ldap/src/main/docs/spring-ldap-component.adoc @@ -71,7 +71,8 @@ with the following path and query parameters: The component supports producer endpoint only. An attempt to create a consumer endpoint will result in an `UnsupportedOperationException`. + The body of the message must be a map (an instance of `java.util.Map`). -This map must contain at least an entry with the key *`dn`* (not needed for function_driven operation) that +Unless a base DN is specified by in the configuration of your ContextSource, +this map must contain at least an entry with the key *`dn`* (not needed for function_driven operation) that specifies the root node for the LDAP operation to be performed. Other entries of the map are operation-specific (see below).