ARTIFACTORY: LDAP—不愿意在LDB_SEARCH期间执行

Yuvarajan Johnpaul
2023-01-22 11:06

症状:

-当用户在“编辑LDAP组设置”中搜索组时,如果组列表超过999,服务器将返回以下错误。
LDAP:错误代码53 -模块paged_results中的错误:不愿意执行LDB_SEARCH (53)];嵌套异常是javx .naming. operationnotsupportedexception: [LDAP:错误代码53 -错误在模块paged_results:不愿意执行期间LDB_SEARCH (53)];剩余名称'CN=Users,DC=grease,DC=saabgroup,DC=test'

这个错误意味着什么?

此错误指示LDAP服务器不支持的问题PagedResultControl。

案例1:

为了克服这个问题,需要添加属性artifactory.ldap.paging.support = false
/ opt / jfrog / artifactory / var / etc / artifactory / artifactory.system。属性文件.这个修改需要重新启动Artifactory实例。

案例2:

假设上面的解决方法没有帮助,因为远程LDAP服务器已经支持像OpenLDAP一样的PagedResultControl,而IBM可以通过启用通过Artifactory UI可用的PagedResultControl设置来解决这个问题。

用户添加图片

此时不需要添加case-1中的参数。