https://kubesphere.com.cn/forum/d/2033-ga-ldap-oauth2/2
ks3.0这个文档里面的“identityProviders”这段配置在kubesphere-config没有。请问现在是怎么接入ldap的?
ldap:
host: openldap.kubesphere-system.svc:389
managerDN: cn=admin,dc=kubesphere,dc=io
managerPassword: admin
userSearchBase: ou=Users,dc=kubesphere,dc=io
groupSearchBase: ou=Groups,dc=kubesphere,dc=io
直接修改以上配置就可以?