LDAP集成问题

【详述】配置用户可以通过ldap账号登录认证
【业务影响】
【StarRocks版本】例如:2.2.2
【集群规模】例如:3fe(3 follower)+3be(fe与be混部)
【机器信息】CPU虚拟核/内存/网卡,例如:40C/128G/千兆
【附件】
在fe的配置文件里,填入下述信息
authentication_ldap_simple_server_host:ldap.xxx.com

authentication_ldap_simple_server_port:389

authentication_ldap_simple_bind_base_dn:ou=user,dc=xxx,dc=com

authentication_ldap_simple_user_search_attr:uid #这个地方填写不知是否正确

authentication_ldap_simple_bind_root_dn:cn=admin,dc=xxx,dc=com

authentication_ldap_simple_bind_root_pwd:123456

配完之后要在sr中创建ldap用户,我们的ldap账号是包含点号的。但是创建sr相同的用户名就报错了。


是不是意味着ldap就不能用了?

您好还需要创建对应的Sr用户

没看描述?我是创建sr用户报错,不是没创建sr用户。

这个是不是要加 ''呀。看起来是格式错误。

您太机智了,确实是需要加`` :heart: :heart: :heart: