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

(ITS#4670) Problem with nisNetgroupTriple SYNTAX definition according to Sun support



Full_Name: Nathan Neulinger
Version: 2.3.27
OS: RHEL4
URL: 
Submission from: (NULL) (216.229.75.78)


The definition of the nisNetgroupTriple in nis.schema is incorrect according to
Sun technical support. They has us change this entry in the schema from:

attributetype ( 1.3.6.1.1.1.1.14 NAME 'nisNetgroupTriple'
       DESC 'Netgroup triple'
       SYNTAX 1.3.6.1.1.1.0.0 )

to:

attributetype ( 1.3.6.1.1.1.1.14 NAME 'nisNetgroupTriple'
        DESC 'Netgroup triple'
        EQUALITY caseIgnoreIA5Match
        SUBSTR caseIgnoreIA5SubstringsMatch
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )


Is there a more appropriate way to resolve this? (It was resulting in netgroup
searches not being decoded properly in the LDAP session.) If this is an
appropriate fix, can y'all integrate it into the distributed nis.schema so that
we don't have to maintain the change locally?