]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/bconfig.c
ITS#8616 don't check for existing value when deleting values
[openldap] / servers / slapd / bconfig.c
index 6a0162dd2e29a99d57e2dc09f9f13c7065b4c137..fafe4975817e0b5f5a07c8f91edc2da1b16ee0bc 100644 (file)
@@ -2,7 +2,7 @@
 /* $OpenLDAP$ */
 /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
  *
- * Copyright 2005-2017 The OpenLDAP Foundation.
+ * Copyright 2005-2018 The OpenLDAP Foundation.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -698,7 +698,7 @@ static ConfigTable config_back_cf_table[] = {
                        "SYNTAX OMsInteger SINGLE-VALUE )", NULL, NULL },
        { "timelimit", "limit", 2, 0, 0, ARG_MAY_DB|ARG_MAGIC,
                &config_timelimit, "( OLcfgGlAt:67 NAME 'olcTimeLimit' "
-                       "SYNTAX OMsDirectoryString )", NULL, NULL },
+                       "SYNTAX OMsDirectoryString SINGLE-VALUE )", NULL, NULL },
        { "TLSCACertificate", NULL, 2, 2, 0,
 #ifdef HAVE_TLS
                CFG_TLS_CACERT|ARG_BINARY|ARG_MAGIC, &config_tls_option,