From: Ondřej Kuzník Date: Mon, 21 Aug 2023 11:19:16 +0000 (+0100) Subject: ITS#7226 Make olcAuditlogFile SINGLE-VALUE X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=242d1e6d623dbb2ac0295ae17a54a674b1b356cd;p=thirdparty%2Fopenldap.git ITS#7226 Make olcAuditlogFile SINGLE-VALUE --- diff --git a/servers/slapd/overlays/auditlog.c b/servers/slapd/overlays/auditlog.c index 9292d4aa8b..43a5c15a41 100644 --- a/servers/slapd/overlays/auditlog.c +++ b/servers/slapd/overlays/auditlog.c @@ -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 } };