yaobukeji123 commented on issue #334: Having difficulty configuring LDAP URL: https://github.com/apache/incubator-superset/issues/334#issuecomment-372963072 hello ,can anyone help me ? this is a part of my superset_config.py about ldap AUTH_TYPE = 2 AUTH_LDAP_SERVER = "ldap://xxx.xxx.xxx.xxx:389" AUTH_LDAP_USE_TLS = False AUTH_LDAP_BIND_USER = "bind-user-to-ldap" AUTH_LDAP_BIND_PASSWORD = "password" AUTH_LDAP_APPEND_DOMAIN ="hhh.com" AUTH_LDAP_UID_FIELD = "userPrincipalName" AUTH_LDAP_SEARCH ="OU=ee,OU=dd,DC=cc,DC=bb,DC=aaa" but it can't login in superset sucessfully! I take the way of username and password to make ldap access ... help me ,thank you ~
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
