Skip to content
This repository was archived by the owner on Jan 8, 2019. It is now read-only.
This repository was archived by the owner on Jan 8, 2019. It is now read-only.

LDAP group mapping missing entries due to truncated LDAP queries #1711

Open
@p0zer

Description

@p0zer

LDAP group mapping missing entries due to truncated queries

In popular LDAP implementations such as Active Directory, it's possible that LDAP Groups are missing from the mapping page due to the results exceeding limits. Also, no additional criteria can be provided in the LDAP search, so there is currently no easy way around this issue. When capturing the query run and providing it to ldapsearch, the following is returned:

search result

search: 2
result: 4 Size limit exceeded

numResponses: 1001

numEntries: 1000

Nothing in the Web UI indicates that the result is truncated, so the intermittent responses can be difficult to track down.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions