小编JMA*_*016的帖子

openldap 大小限制。不能接收超过 500 个条目

当我查询我的 openldap-server 时,我无法收到超过 500 个条目。

虽然我做了以下更改:

配置文件

    # This is the main slapd configuration file. See slapd.conf(5) for more
    # info on the configuration options.

    #######################################################################
    # Global Directives:       
    .....

     # The maximum number of entries that is returned for a search operation
    sizelimit 10000
Run Code Online (Sandbox Code Playgroud)

配置文件

#
# LDAP Defaults
#

# See ldap.conf(5) for details
# This file should be world readable but not world writable.

#BASE   dc=example,dc=com
#URI    ldap://ldap.example.com ldap://ldap-master.example.com:666

SIZELIMIT       10000
#TIMELIMIT      15
#DEREF          never

# TLS …
Run Code Online (Sandbox Code Playgroud)

openldap ldap query

5
推荐指数
1
解决办法
2万
查看次数

标签 统计

ldap ×1

openldap ×1

query ×1