mujohiddin opened a new issue, #28367:
URL: https://github.com/apache/superset/issues/28367

   ### Bug description
   
   2024-05-07 12:44:49,392:ERROR:flask_appbuilder.security.manager:{'result': 
-1, 'desc': "Can't contact LDAP server", 'errno': 11, 'ctrls': [], 'info': 
'Resource temporarily unavailable'}
   
   ### How to reproduce the bug
   
   AUTH_TYPE = AUTH_DB
   AUTH_TYPE = AUTH_LDAP
   AUTH_USER_REGISTRATION = True
   AUTH_USER_REGISTRATION_ROLE = "Admin"
   AUTH_LDAP_SERVER = "ldap://my.uz:389";
   AUTH_LDAP_USE_TLS = False
   AUTH_LDAP_BIND_USER = "ad...@my.uz"
   AUTH_LDAP_BIND_PASSWORD = "*******"
   AUTH_LDAP_SEARCH = "DC=MY,DC=uz"
   AUTH_LDAP_UID_FIELD = "sAMAccountName"
   AUTH_LDAP_FIRSTNAME_FIELD = "givenName"
   AUTH_LDAP_LASTNAME_FIELD = "sn"
   AUTH_LDAP_ALLOW_SELF_SIGNED = True
   AUTH_LDAP_APPEND_DOMAIN = False
   CUSTOM_SECURITY_MANAGER = SupersetSecurityManager
   
   
   Hello, I am unable to do the below problem solution, ubunu server it works 
successfully but, Almalinux is getting this error
   can you help
   
   @mistercrunch
   @villebro
   @michael-s-molina
   @betodealmeida
   @john-bodley
   @rusackas
   
   ### Screenshots/recordings
   
   _No response_
   
   ### Superset version
   
   3.1.2
   
   ### Python version
   
   3.9
   
   ### Node version
   
   16
   
   ### Browser
   
   Chrome
   
   ### Additional context
   
   _No response_
   
   ### Checklist
   
   - [X] I have searched Superset docs and Slack and didn't find a solution to 
my problem.
   - [X] I have searched the GitHub issue tracker and didn't find a similar bug 
report.
   - [X] I have checked Superset's logs for errors and if I found a relevant 
Python stacktrace, I included it here as text in the "additional context" 
section.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org
For additional commands, e-mail: notifications-h...@superset.apache.org

Reply via email to