[Date Prev][Date Next] [Chronological] [Thread] [Top]

Add checking for per-entry sizelimit (ITS#554)



Full_Name: ST Wong
Version: 1.2.10, 2.0-alpha3
OS: Solaris 2.6
URL: ftp://ftp.openldap.org/incoming/st-wong-000602.server.slapd.back-ldbm.search-*
Submission from: (NULL) (137.189.4.7)


Our LDAP servers are used by both human users and application programs.  We want
to enforce different 
sizelimit on various clients.  Codes are added to
servers/slapd/back-ldbm/search.c
to set per entry sizelimit.  The global sizelimit defined in slapd.conf applies
to
bounded sessions for LDAP entries without attribute "sizelimit" defined, or
those
unbound connections.

Our LDAP servers run Solaris 2.6.  Modifications are made to OpenLDAP 1.2.10 and
2.0Alpha3.