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

(ITS#6208) Timelimit exceeded error when using unlimited timelimits



Full_Name: Quanah Gibson-Mount
Version: 2.4.16
OS: Linux 2.6
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (75.111.29.239)


I executed the following search:
ldap-uat1:/etc/ldap# ldapsearch -LLL -Q -h ldap-uat1 -b "dc=stanford,dc=edu"
>/dev/null

Which ended with this error:
 Time limit exceeded (3)

Which should never happen, because my bind ID is part of the ldapadmin group,
which is allowed to make searches completely free of time or sizelimit
restrictions:

# Let ldapadmin have limitless searches
limits group="cn=ldapadmin,cn=applications,dc=stanford,dc=edu"
time.soft=unlimited time.hard=unlimited size.soft=unlimited size.hard=unlimited