Skip to content

Commit

Permalink
Merge pull request #49 from dulanjalidilmi/master
Browse files Browse the repository at this point in the history
Update documentation for ldap version 1.0.11
  • Loading branch information
abeykoon authored Apr 29, 2020
2 parents d393cea + 710bb40 commit 0770d3d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ The LDAP [Connector](https://docs.wso2.com/display/EI650/Working+with+Connectors

| Connector version | Supported WSO2 ESB/EI version |
| ------------- | ------------- |
| [1.0.11](https://github.com/wso2-extensions/esb-connector-ldap/tree/org.wso2.carbon.connector.ldap-1.0.11) | EI 7.x |
| [1.0.10](https://github.com/wso2-extensions/esb-connector-ldap/tree/org.wso2.carbon.connector.ldap-1.0.10) | EI 6.4.0, EI 6.5.0 |
| [1.0.9](https://github.com/wso2-extensions/esb-connector-ldap/tree/org.wso2.carbon.connector.ldap-1.0.9) | ESB 4.9.0, EI 6.5.0 |
| [1.0.8](https://github.com/wso2-extensions/esb-connector-ldap/tree/org.wso2.carbon.connector.ldap-1.0.8) | EI 6.5.0 |
Expand Down
1 change: 1 addition & 0 deletions docs/crud_ops.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ The searchEntry operation performs a search for one or more LDAP entities based
```
* dn : The distinguished name of the entry you need to search.
* attributes : The attributes of the LDAP entry that should be included in the search result.
* scope : LDAP search scope to retrieve results. By default `SUBTREE` scope is set. Provide `OBJECT` to set scope to object level and `ONE_LEVEL` to set one level scope.
* onlyOneReference : Boolean value whether to guarantee or not only one reference.
* limit : This allows you to set a limit on the number of search results. If this property is not defined the maximum no of search results will be returned.

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<groupId>org.wso2.carbon.connector</groupId>
<artifactId>org.wso2.carbon.connector.ldap</artifactId>
<packaging>jar</packaging>
<version>1.0.11</version>
<version>1.0.12-SNAPSHOT</version>
<name>WSO2 Carbon - Mediation Library Connector For LDAP</name>
<url>http://wso2.org</url>
<properties>
Expand Down

0 comments on commit 0770d3d

Please sign in to comment.