Skip to content

Commit

Permalink
Correction to Unboundid...
Browse files Browse the repository at this point in the history
  • Loading branch information
ttnesby authored Jan 23, 2018
1 parent 7e7fa56 commit 1ba0c05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Enhancing kafka PlainSaslServer with LDAP binding.
- Gradle build tool
## Components

1. Use of Unbinded LDAP SDK for LDAPProxy class
1. Use of Unboundid LDAP SDK for LDAPProxy class
2. The LDAPProxy is based on adconfig.yaml - see src/test/resources/adconfig.yaml for details
3. Kafka PlainSaslServer use LDAPProxy instead of listed users/pwds in classic JAAS config

Expand All @@ -22,7 +22,7 @@ password="y";

## Testing

LDAPProxySpec use Unbinded's in-memory LDAP server for all test cases
LDAPProxySpec use Unboundid's in-memory LDAP server for all test cases

## Build

Expand Down

0 comments on commit 1ba0c05

Please sign in to comment.