You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't set up LDAP correctly in my case.
Below is the ldapsearch command that works for me, I find "Some.User" in AD. How to correctly transfer parameters to the Kafka-ui ldap configuration? Below my configuration in kafka-ui, but it doesn't work.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I can't set up LDAP correctly in my case.
Below is the ldapsearch command that works for me, I find "Some.User" in AD. How to correctly transfer parameters to the Kafka-ui ldap configuration? Below my configuration in kafka-ui, but it doesn't work.
ldapsearch -H ldaps://ldap.example.com -D "cn=hdp.ad.reader,OU=<MyGroup>,OU=Service Accounts,OU=Admins,DC=<example>,DC=<com>" -w "***** -b "DC=<example>,DC=<com>" "(sAMAccountName=Some.User)"
I see
Active Directory authentication failed: Supplied password was invalid
in logs.DEBUG logs:
Beta Was this translation helpful? Give feedback.
All reactions