0

可以添加到 solace LDAP 配置文件的 LDAP 组的数量是否有限制。截至目前,我们无法添加超过 100 个组。

请求 SEMP:

<rpc xmlns="http://www.solacesystems.com/semp/topic_routing/d36m1">
<authentication>
<user-class>
<cli/>
<access-level>
<ldap>
<create>
<group>
<group-name>CN=test_himanshu,OU=SecurityGroups,OU=Process,DC=das,DC=test,DC=com</group-name>
</group>
</create>
</ldap>
</access-level>
</user-class>
</authentication>
</rpc>

响应 SEMP:

<rpc-reply semp-version="soltr/7_2_1">
<!-- ERROR: Failed to create LDAP Group 'CN=test_himanshu,OU=SecurityGroups,OU=Process,DC=das,DC=test,DC=com': max num exceeded.
 -->
<execute-result code="fail" reason="max num exceeded" reasonCode="135"/>
</rpc-reply>
4

2 回答 2

1

最新版本的 SolOs 8.13 支持 3230 和 3560 设备的 500 个 LDAP 组,以及多达 5000 个 3560s 和更高端的 10GbE NAB 和 ADB4 的 LDAP 组。

于 2018-11-08T11:49:57.147 回答
1

目前 Solace 用户身份验证的系统限制为 100 个 LDAP 组。

于 2016-11-16T20:32:41.007 回答