[Date Prev][Date Next] [Chronological] [Thread] [Top]

openLDAPaci in 2.1.2 and operational Attributes



i have used the openLDAPaci attribute in 2.0.23. After compiling 2.1.2 (compiled with --enable-aci) i recognized that the openLDAPaci Attribute is no longer in core.schema. So i copied the definition from the old core.schema and got the error
core.schema: line 551: attribute type "1.3.6.1.4.1.4203.666.1.5" is operational


How can i get the server work with openLDAPaci again?

The same error (other OID of course) occured with the attribute 'aci' i got from the iPlanet schema

attributetype ( 2.16.840.1.113730.3.1.55
    NAME 'aci'
    DESC 'iPlanet defined access control information attribute type'
    SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
    USAGE directoryOperation
    )

Without the USAGE line it's okay and i can live with it. But it points me to the question what's behind this directoryOperation attribute usage.

--

Armin Wenz