DeemOpen / zkui

A UI dashboard that allows CRUD operations on Zookeeper.
2.36k stars 977 forks source link

LDAP 认证失败 #52

Open LanceYuan opened 6 years ago

LanceYuan commented 6 years ago

配置如下:不用通过admin登陆。 ldapAuth=true ldapDomain=voice.com

ldap authentication url. Ignore if using file based authentication.

ldapUrl=ldap://Win2008.voice.com:389/dc=voice,dc=com

Specific roles for ldap authenticated users. Ignore if using file based authentication.

ldapRoleSet={"users": [{ "username":"voice\admin" , "role": "ADMIN" }]}