openldap/backport-ITS-7226-Make-olcAuditlogFile-SINGLE-VALUE.patch

26 lines
870 B
Diff
Raw Normal View History

From 242d1e6d623dbb2ac0295ae17a54a674b1b356cd Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ond=C5=99ej=20Kuzn=C3=ADk?= <ondra@mistotebe.net>
Date: Mon, 21 Aug 2023 12:19:16 +0100
Subject: [PATCH] ITS#7226 Make olcAuditlogFile SINGLE-VALUE
---
servers/slapd/overlays/auditlog.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 }
};
--
GitLab