Le 01/05/15 11:37, Howard Chu a écrit : > Emmanuel Lécharny wrote: >> Le 30/04/15 18:08, Radovan Semancik a écrit : >>> On 04/28/2015 01:53 PM, Emmanuel Lécharny wrote: >>>> Where on OpenLDAP schema do you need a LAX mode ? AFAICT, we are able >>>> to parse all the OpenLDAP schemas in Strict mode... >>> >>> There seems to be plenty of issues: >>> ERR_04486_VALUE_ALREADY_EXISTS The value 'preferredDeliveryMethod' >>> already exists in the attribute (m-may) >>> ERR_04486_VALUE_ALREADY_EXISTS The value 'streetAddress' already >>> exists in the attribute (m-may) >>> ERR_04486_VALUE_ALREADY_EXISTS The value 'telephoneNumber' already >>> exists in the attribute (m-may) >>> ERR_04486_VALUE_ALREADY_EXISTS The value 'preferredDeliveryMethod' >>> already exists in the attribute (m-may) >> >> FTR, I have created a OpenLDAP ITS for those 4 errors : >> http://www.openldap.org/its/index.cgi/Incoming?id=8122;selectid=8122 > > The ITS will be closed. These are not errors on OpenLDAP's part and we > are not the ones who can fix them. > Howard is right. The error has already been submitted in RFC 4519 (http://www.rfc-editor.org/errata_search.php?rfc=4519), and rejected.
We have to fix the SchemaManager parser to deal with ATs seen more than once in MAY or MUST. That's probably worth a JIRA.
