Amabari Atlas LDAP认证配置
web ui
勾选 Enable LDAP Authentication
LDAP Authentication Type
以下是Open LDAP 配置
atlas.authentication.method.ldap.url = "ldap://xxx.xxx.xxx.xxx:389"
atlas.authentication.method.ldap.userDNpattern = "uid={0},ou=People,dc=hadoop,dc=apache,dc=org"
atlas.authentication.method.ldap.groupSearchBase = "dc=hadoop,dc=apache,dc=org"
atlas.authentication.method.ldap.groupSearchFilter = "cn={0},ou=groups,dc=hadoop,dc=apache,dc=org"
atlas.authentication.method.ldap.groupRoleAttribute = "uid"
atlas.authentication.method.ldap.base.dn = "dc=hadoop,dc=apache,dc=org"
atlas.authentication.method.ldap.bind.dn = "cn=Manager,dc=hadoop,dc=apache,dc=org"
atlas.authentication.method.ldap.bind.password = "********"
atlas.authentication.method.ldap.referral = "ignore"
atlas.authentication.method.ldap.user.searchfilter = "uid={0}"
atlas.authentication.method.ldap.default.role = "ROLE_USER"
以下是Knox LDAP 配置
atlas.authentication.method.ldap.url = "ldap://xxx.xxx.xxx.xxx:33389"
atlas.authentication.method.ldap.userDNpattern = "uid={0},ou=People,dc=hadoop,dc=apache,dc=org"
atlas.authentication.method.ldap.groupSearchBase = "ou=groups,dc=hadoop,dc=apache,dc=org"
atlas.authentication.method.ldap.groupSearchFilter = "uid=*"
atlas.authentication.method.ldap.groupRoleAttribute = "uid"
atlas.authentication.method.ldap.base.dn = "dc=hadoop,dc=apache,dc=org"
atlas.authentication.method.ldap.bind.dn = "cn=Manager,dc=hadoop,dc=apache,dc=org"
atlas.authentication.method.ldap.bind.password = "********"
atlas.authentication.method.ldap.referral = "ignore"
atlas.authentication.method.ldap.user.searchfilter = "uid=*"
atlas.authentication.method.ldap.default.role = "ROLE_USER"