/confluent-kafka-active-directory

Testing and sample code for Active Directory connectivity with Confluent Platform.

Primary LanguageJava

Manual Check

WIN+R -> dsa.msc

ldapsearch -x -b "dc=ad-test,dc=confluent,dc=io" -H ldap://192.168.1.98 -D "cn=testuser,cn=Users,dc=ad-test,dc=confluent,dc=io" -W

Troubleshooting

What to do if you see an Exception Caused by: javax.security.auth.login.LoginException: Clock skew too great (37)

  1. Run Powershell as Administrator
  2. execute timedate.cpl

Links