]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
ITS#7226 Make olcAuditlogFile SINGLE-VALUE
authorOndřej Kuzník <ondra@mistotebe.net>
Mon, 21 Aug 2023 11:19:16 +0000 (12:19 +0100)
committerOndřej Kuzník <ondra@mistotebe.net>
Mon, 21 Aug 2023 11:19:16 +0000 (12:19 +0100)
servers/slapd/overlays/auditlog.c

index 9292d4aa8b50d70b9e99ac9fff7bcfaad29efc86..43a5c15a41eec0d1a16dc606c828e6728bd99d84 100644 (file)
@@ -44,7 +44,7 @@ static ConfigTable auditlogcfg[] = {
          "( OLcfgOvAt:15.1 NAME 'olcAuditlogFile' "
          "DESC 'Filename for auditlogging' "
          "EQUALITY caseExactMatch "
-         "SYNTAX OMsDirectoryString )", NULL, NULL },
+         "SYNTAX OMsDirectoryString SINGLE-VALUE )", NULL, NULL },
        { NULL, NULL, 0, 0, 0, ARG_IGNORED }
 };