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...