Issue 8153 - olcTimeLimit should be Single Value
Summary: olcTimeLimit should be Single Value
Status: VERIFIED FIXED
Alias: None
Product: OpenLDAP
Classification: Unclassified
Component: slapd (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:40 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:40:45 UTC
Full_Name: Emmanuel L.charny
Version: 2.4.40
OS: 
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (109.190.108.22)


The olcTimeLimit is not declared as Single Value :

{ "timelimit", "limit", 2, 0, 0, ARG_MAY_DB|ARG_MAGIC,
    &config_timelimit, "( OLcfgGlAt:67 NAME 'olcTimeLimit' "
    "SYNTAX OMsDirectoryString )

when we have olcSizeLimit declared as :

{ "sizelimit", "limit", 2, 0, 0, ARG_MAY_DB|ARG_MAGIC,
     &config_sizelimit, "( OLcfgGlAt:60 NAME 'olcSizeLimit' "
     "SYNTAX OMsDirectoryString SINGLE-VALUE )

There is a missing "SINGLE-VALUE" in file bconfig.c, on line 660.
Comment 1 Quanah Gibson-Mount 2017-04-12 16:44:52 UTC
changed notes
moved from Incoming to Software Bugs
Comment 2 Quanah Gibson-Mount 2017-08-30 21:18:43 UTC
changed notes
Comment 3 Quanah Gibson-Mount 2017-08-30 21:18:54 UTC
changed notes
Comment 4 Quanah Gibson-Mount 2017-09-06 23:58:20 UTC
changed notes
Comment 5 Quanah Gibson-Mount 2017-09-07 20:19:23 UTC
changed notes
Comment 6 OpenLDAP project 2017-10-11 21:43:50 UTC
fixed in master
Comment 7 Quanah Gibson-Mount 2017-10-11 21:43:50 UTC
changed notes
changed state Open to Test