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

(ITS#3590) core.schema v1 to v2



Full_Name: Kenneth Durrant
Version: 2.2.3
OS: Linux
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (64.109.157.251)


The issue I have is with posixGroup and the behavior of core.schema that demands
that two structures can't be combined with version 2.2.3.
I consitantly get error code 65 when trying to add the posixGroup object to an
entry.
It seems that the must be seperate some how and the schema oid
inter-dependancies will not qualify the entry.

v 1.1.87 core.schema.
attributetype ( 2.5.21.6 NAME 'objectClasses'
        EQUALITY objectIdentifierFirstComponentMatch
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.37 USAGE directoryOperation )
These break slapd completely.

v 2.2
attributetype ( 2.5.4.0 NAME 'objectClass'
       DESC 'RFC2256: object classes of the entity'
       EQUALITY objectIdentifierMatch
       SYNTAX 1.3.6.1.4.1.1466.115.121.1.38 )
These will now allow more than one objectClass attribute.