mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-21 07:09:34 -05:00
ITS#7226 Make olcAuditlogFile SINGLE-VALUE
This commit is contained in:
parent
02975a3dc7
commit
242d1e6d62
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ static ConfigTable auditlogcfg[] = {
|
||||||
"( OLcfgOvAt:15.1 NAME 'olcAuditlogFile' "
|
"( OLcfgOvAt:15.1 NAME 'olcAuditlogFile' "
|
||||||
"DESC 'Filename for auditlogging' "
|
"DESC 'Filename for auditlogging' "
|
||||||
"EQUALITY caseExactMatch "
|
"EQUALITY caseExactMatch "
|
||||||
"SYNTAX OMsDirectoryString )", NULL, NULL },
|
"SYNTAX OMsDirectoryString SINGLE-VALUE )", NULL, NULL },
|
||||||
{ NULL, NULL, 0, 0, 0, ARG_IGNORED }
|
{ NULL, NULL, 0, 0, 0, ARG_IGNORED }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue