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