From 9a8907f62eae48f3fb6577f5466db38b4a5eaa35 Mon Sep 17 00:00:00 2001 From: Torstein Nesby Date: Wed, 17 Jan 2018 23:15:45 +0100 Subject: [PATCH] Create README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 00000000..73c101d6 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# KafkaPlainSaslServer2AD +Enhancing kafka PlainSaslServer with LDAP binding + +./gradlew clean build +./gradlew shadowJar + +The latter will create the -all.jar to be placed into /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...