HI ,
Please help me with the steps for creating the LDAP activity for druid ?
Like an example for superset LDAP activity we did this . Please let me know
...How we can do that for DRUID ?
# ----------------------------------------------------
# AUTHENTICATION CONFIG
# ----------------------------------------------------
# The authentication type
# AUTH_OID : Is for OpenID
# AUTH_DB : Is for database (username/password()
# AUTH_LDAP : Is for LDAP
# AUTH_REMOTE_USER : Is for using REMOTE_USER from web server
AUTH_TYPE = AUTH_LDAP
AUTH_LDAP_SERVER = "ldaps://prod-ldapad-internal"
AUTH_LDAP_USE_TLS = True
AUTH_LDAP_SEARCH = "dc=us,dc=bank-dns,dc=com"
AUTH_LDAP_BIND_USER =
"CN=GreenplumAppIDDev,OU=APPIDS,DC=US,DC=BANK-DNS,DC=COM"
AUTH_LDAP_BIND_PASSWORD = "CRSTASS"
AUTH_LDAP_UID_FIELD = "sAMAccountName"
AUTH_LDAP_APPEND_DOMAIN = '**'