doncicuto/glim

Add pagination to search for LDAP queries and use also sizeLimit

Closed this issue · 1 comments

Add pagination to search for LDAP queries and use also sizeLimit

Size limit can be set using -z in ldapSearch, for example:

LDAPTLS_CACERT=~/.glim/ca.pem ldapsearch -x -D "cn=search,dc=example,dc=org" -W -b "ou=Users,dc=example,dc=org" -H ldaps://192.168.1.136:1636 -z 3

Pagination in OpenLDAP can be set using -E pr=100/prompt or noprompt