Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ttnesby authored Jan 17, 2018
1 parent e071f50 commit 9a8907f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# KafkaPlainSaslServer2AD
Enhancing kafka PlainSaslServer with LDAP binding

./gradlew clean build
./gradlew shadowJar

The latter will create the <name><version>-all.jar to be placed into <java home>/jre/ext
In addition add the following to java.security
security.provider.11=org.navit.common.security.plain.PlainSaslServerProvider

NB! See TODOs and only working agains local ldap on 10389...

0 comments on commit 9a8907f

Please sign in to comment.