Full_Name: Emmanuel Lecharny Version: 2.4.24 OS: Mac OSX URL: ftp://ftp.openldap.org/incoming/ Submission from: (NULL) (78.226.4.211)
When trying to inject more than one value into the olcAuditlogFile AT, we get the following error :
LDAP: error code 18 - modify/add: olcAuditlogFile: no equality matching rule
We assume that this AT should be SINGLE-VALUE, and this is why we get this error, even if the description states it's not single valued :
( 1.3.6.1.4.1.4203.1.12.2.3.3.15.1 NAME 'olcAuditlogFile' DESC 'Filename for auditlogging' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
Also note that the error message is quite strange, as the DirectoryString syntax as an equality MR.