使用wso2 Identity Service和LDAP进行匿名绑定的状态

时间:2013-11-06 23:19:50

标签: ldap wso2is

我们正在评估wso2与ldap的使用。我看到目前没有提到匿名绑定可用。使用匿名绑定的当前状态是什么?如果可用,它是如何配置的?

TIA 凯伦拉希

2 个答案:

答案 0 :(得分:0)

我猜,WSO2 Identity Server无法使用匿名绑定。它编码,它被编码为“简单”。默认情况下,无法配置它。但是,Identity Server提供具有应用程序级授权机制的用户管理功能的原因。如果我们在LDAP和服务器之间没有任何安全性,那就没有价值。但是,您可以通过扩展当前基于LDAP的实现来更改它。您可以自由地为此插入实现。

environment.put(Context.SECURITY_AUTHENTICATION,“simple”);

答案 1 :(得分:0)

使用新版本的WSO2 Identity Server

您可以创建wso2is-5.6.0 \ repository \ conf \ user-mgt.xml

使用

<UserStoreManager class="org.wso2.carbon.user.core.ldap.ReadOnlyLDAPUserStoreManager">
    <Property name="AnonymousBind">true</Property>