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

(ITS#8153) olcTimeLimit should be Single Value



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.