Annotation of 43BSDReno/contrib/isode-beta/doc/manual/na-summary.py, revision 1.1

1.1     ! root        1: QuipuNameDefinitions DEFINITIONS ::=
        !             2: BEGIN
        !             3: 
        !             4: IMPORTS
        !             5: ABSTRACT-OPERATION, ABSTRACT-ERROR
        !             6:     FROM AbstractServiceNotation
        !             7:        {joint-iso-ccitt mhs-motis(6) asdc(2) modules(0) notation(1)}
        !             8: 
        !             9: NameError, ServiceError, SecurityError
        !            10:     FROM DirctoryAbstractService
        !            11:        {joint-iso-ccitt ds(5) modules(1) directoryAbstractService(2)}
        !            12: 
        !            13: DistinguishedName, RelativeDistinguishedName, Attribute,
        !            14: ATTRIBUTE, ATTRIBUTE-SYNTAX, OBJECT-CLASS
        !            15:     FROM InformationFramework
        !            16:        {joint-iso-ccitt ds(5) modules(1) informationFramework(1)}
        !            17: 
        !            18: caseIgnoreStringSyntax
        !            19:     FROM SelectedAttributeTypes
        !            20:        {joint-iso-ccitt ds(5) modules(1) selectedAttributeTypes(5)}
        !            21: 
        !            22: TreeStructure, ACL, EDBInfo, MasterDSA, SlaveDSA,
        !            23: DSA, QuipuVersion,
        !            24:     FROM QuipuDirectoryDefinitions;
        !            25: 
        !            26: quipu OBJECT IDENTIFIER        ::= {ccitt data(9) pss(2342) ucl(19200300) quipu(99)}
        !            27:                                -- interim QUIPU OID
        !            28: 
        !            29: attributeType OBJECT IDENTIFIER ::= {quipu attributeType(1)}    
        !            30: 
        !            31: attributeSyntax OBJECT IDENTIFIER ::= {quipu attributeSyntax(2)}
        !            32: 
        !            33: objectClass OBJECT IDENTIFIER ::= {quipu objectClass(3)}
        !            34: 
        !            35: treeStructure TreeStructure ::= {attributeType 1}
        !            36: 
        !            37: acl ACL ::= {attributeType 2}
        !            38: 
        !            39: eDBInfo EDBInfo ::= {attributeType 3}
        !            40: 
        !            41: masterDSA MasterDSA ::= {attributeType 4}
        !            42: 
        !            43: slaveDSA SlaveDSA ::= {attributeType 5}
        !            44: 
        !            45: control DSAControl ::= {attributeType 15}
        !            46: 
        !            47: quipuVersion QuipuVersion ::= {attributeType 16}
        !            48: 
        !            49: quipuDSA QuipuDSA ::= {objectClass 1}
        !            50: 
        !            51: quipuObject OBJECT-CLASS
        !            52:   SUBCLASS OF TOP
        !            53:   MUST CONTAIN { aCL}
        !            54:        ::= {objectClass 2}     
        !            55: 
        !            56: quipuNonLeafObject OBJECTCLASS
        !            57:   SUBCLASS OF quipuObject
        !            58:   MUST CONTAIN {masterDSA}
        !            59:   MAY CONTAIN {slaveDSA,treeStructure}
        !            60:        ::= {objectClass 6}
        !            61: 
        !            62: friendlyCountryName ATTRIBUTE
        !            63:   WITH ATTRIBUTE-SYNTAX
        !            64:   caseIgnoreStringSyntax
        !            65:        ::= {attributeType 8}
        !            66:                -- example ``UK'', ``United Kingdom'' etc.
        !            67: 
        !            68: friendlyCountry OBJECT-CLASS
        !            69:   SUBCLASS OF country, quipuObject
        !            70:   MUST CONTAIN { friendlyCountryName }
        !            71:        ::= {objectClass 3}
        !            72: 
        !            73: fTAMAddress ATTRIBUTE
        !            74:   WITH ATTRIBUTE-SYNTAX Presentation Address
        !            75:        ::=  {attributeType 10}
        !            76: 
        !            77: teletexAddress ATTRIBUTE
        !            78:   WITH ATTRIBUTE-SYNTAX Presentation Address
        !            79:        ::=  {attributeType 11}
        !            80: 
        !            81: nIFTPAddress ATTRIBUTE
        !            82:   WITH ATTRIBUTE-SYNTAX Presentation Address
        !            83:        ::=  {attributeType 12}
        !            84: 
        !            85: filestore ATTRIBUTE
        !            86:   WITH ATTRIBUTE-SYNTAX distinguishedNameSyntax
        !            87:        ::= {attributeType 13}
        !            88: 
        !            89: filename ATTRIBUTE
        !            90:   WITH ATTRIBUTE-SYNTAX caseIgnoreStringSyntax
        !            91:        ::= {attributeType 14}  
        !            92: 
        !            93: filestore OBJECT-CLASS
        !            94:   SUBCLASS OF quipuObject
        !            95:   MUST CONTAIN { commonName}
        !            96:   MAY CONTAIN { fTAMAddress, teletexAddress, nIFTPAddress, description,
        !            97:        info, seeAlso, localityName, organisationName, organisationUnitName }
        !            98: ::= {objectClass 5}
        !            99: 
        !           100: 
        !           101: END
        !           102: 

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.