From 1ba0c052bcaceb1fa9ac99b8e4fd01e51bb4afb1 Mon Sep 17 00:00:00 2001 From: Torstein Nesby Date: Tue, 23 Jan 2018 21:55:45 +0100 Subject: [PATCH] Correction to Unboundid... --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index abb1eeec..ed6aa639 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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