可以添加到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>
发布于 2016-11-17 04:32:41
目前,Solace用户身份验证的系统限制为100个LDAP组。
发布于 2018-11-08 19:49:57
最新版本的SolOs 8.13支持针对3230和3560设备的500个LDAP组,以及多达5000个具有3560的LDAP组,以及更高端的10GbE NABs和一个ADB4。
https://stackoverflow.com/questions/40632162
复制相似问题