Issue 8154 - sizeLimit/timeLimit are described as Multi-value in slapd-config man page
Summary: sizeLimit/timeLimit are described as Multi-value in slapd-config man page
Status: VERIFIED FIXED
Alias: None
Product: OpenLDAP
Classification: Unclassified
Component: documentation (show other issues)
Version: 2.4.40
Hardware: All All
: --- normal
Target Milestone: 2.5.0
Assignee: OpenLDAP project
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-26 15:43 UTC by elecharny@openldap.org
Modified: 2020-10-14 21:05 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description elecharny@openldap.org 2015-05-26 15:43:37 UTC
Full_Name: Emmanuel Lecharny
Version: 2.4.40
OS: 
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (109.190.108.22)


The slapd-config man page says that we can store the sizeLimit and timeLimit
values as multiple values, when they are single value attributes (at least they
should be...) :

      olcTimeLimit: time[.{soft|hard}]=<integer> [...]
              Specify  the maximum number of seconds (in real time) slapd will
              spend answering a search request.  The  default  time  limit  is
              3600.   Use  unlimited  to specify no limits.  The second format
              allows a fine grain setting of the time limits.  Extra args  can
              be  added  ***in  the  same  value  or  as  additional values***. 
See
              olcLimits for an explanation of the different flags.

Comment 1 Quanah Gibson-Mount 2017-04-12 16:50:10 UTC
moved from Incoming to Documentation
Comment 3 Quanah Gibson-Mount 2020-05-18 21:35:18 UTC
  • 005c870d 
by Quanah Gibson-Mount at 2020-05-18T20:49:25+00:00 
ITS#8154 - olcTimeLimit and olcSizeLimit are single valued, fix docs