2016-11-16 68 views
0

對可以添加到安全LDAP配置文件的LDAP組的數量有限制。截至目前,我們無法添加超過100個組。Solace LDAP組

請求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> 

回答

1

目前100個LDAP組用於安慰用戶認證的系統限制。

+0

有什麼辦法可以改變限制來支持說2000組。我們正在爲基於LDAP組的用戶提供只讀訪問權限 –

+0

在當前版本的SolOS(7.2.2)中無法更改此限制。有計劃在未來的版本中擴展這個限制。 –