-
| 
         Hello, My authentication class for ldap looks similar to this: Inside SupersetCluster manifest I reference this authentication class. I also tried to enable DEBUG log, but as mentioned I could not set it up. Here is part of the manifest: The container logs (received from kubectl logs) do not contain any debug logs. How can I debug my ldap connection? Thank you in advance for any help.  | 
  
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
| 
         Hello, 
 Again, thank you for the report and sorry for the inconvenience.  | 
  
Beta Was this translation helpful? Give feedback.
-
| 
         Hi, Below you'll find a minimal configuration that works in our CI. It uses OpenLDAP instead of ActiveDirectory. Maybe you can find something of use here in the mean time:  | 
  
Beta Was this translation helpful? Give feedback.
-
| 
         Hello, Are you sure your  Otherwise, is it possible for you to run Wireshark to capture the LDAP traffic ? That would help spot the problem pretty fast. PS: Also perhaps the   | 
  
Beta Was this translation helpful? Give feedback.
Hello,
we can login successfully using a vanilla AD setup by setting
uid: userPrincipalNamein theAuthenticationClass' LDAP fields.Are you sure your
AuthenticationClassis configured correctly ?Otherwise, is it possible for you to run Wireshark to capture the LDAP traffic ? That would help spot the problem pretty fast.
PS: Also perhaps the
userRegistrationRole: Adminfield of theauthenticationConfigproperty needs to be changed. , "Public" seems to work by default with AD.