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

NIS schema (ITS#879)



Full_Name: Howard Jess
Version: 2.0.6
OS: Solaris, others
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (206.129.189.19)


nis.schema (servers/slapd/schema/nis.schema v1.1.8.5), at line #172, says

  objectclass ( 1.3.6.1.1.1.2.4 NAME 'ipProtocol' SUP top STRUCTURAL
        DESC 'Abstraction of an IP protocol. Maps a protocol number
              to one or more names. The distinguished value of the cn
              attribute denotes the protocol"s canonical name'
        MUST ( cn $ ipProtocolNumber $ description )
        MAY description )

  objectclass ( 1.3.6.1.1.1.2.5 NAME 'oncRpc' SUP top STRUCTURAL
        DESC 'Abstraction of an Open Network Computing (ONC)
              [RFC1057] Remote Procedure Call (RPC) binding.
              This class maps an ONC RPC number to a name.
              The distinguished value of the cn attribute denotes
              the RPC service"s canonical name'
        MUST ( cn $ oncRpcNumber $ description )
        MAY description )

I believe the inclusion of "description" in MUST is a typo, and should
be removed.