Annotation of 43BSDReno/contrib/isode-beta/dsap/x500as/if-prn.py, revision 1.1

1.1     ! root        1: -- if-prn.py - manually-augmented InformationFramework module
        !             2: 
        !             3: -- $Header: /f/osi/dsap/x500as/RCS/if-prn.py,v 7.0 89/11/23 21:50:42 mrose Rel $
        !             4: --
        !             5: --
        !             6: -- $Log:       if-prn.py,v $
        !             7: -- Revision 7.0  89/11/23  21:50:42  mrose
        !             8: -- Release 6.0
        !             9: -- 
        !            10: 
        !            11: --
        !            12: --                               NOTICE
        !            13: --
        !            14: --    Acquisition, use, and distribution of this module and related
        !            15: --    materials are subject to the restrictions of a license agreement.
        !            16: --    Consult the Preface in the User's Manual for the full terms of
        !            17: --    this agreement.
        !            18: --
        !            19: --
        !            20: 
        !            21: 
        !            22: IF
        !            23:        {
        !            24:        joint-iso-ccitt
        !            25:        ds(5)
        !            26:        modules(1)
        !            27:        informationFramework(1)
        !            28:        }
        !            29: 
        !            30: DEFINITIONS ::=
        !            31: 
        !            32: PREFIXES encode decode print
        !            33: 
        !            34: BEGIN
        !            35: 
        !            36: -- EXPORTS
        !            37: --     AttributeType,
        !            38: --     AttributeValue,
        !            39: --     AttributeValueAssertion,
        !            40: --     Attribute, 
        !            41: --     RelativeDistinguishedName,
        !            42: --     DistinguishedName,
        !            43: --     Name;
        !            44: 
        !            45: PRINTER print
        !            46: 
        !            47: AttributeType
        !            48:         ::=
        !            49:         OBJECT IDENTIFIER
        !            50: 
        !            51: AttributeValue
        !            52:         ::=
        !            53:         ANY
        !            54: 
        !            55: AttributeValueAssertion
        !            56:         ::=
        !            57:         SEQUENCE
        !            58:         {
        !            59:                 AttributeType ,
        !            60:                 AttributeValue
        !            61:         }
        !            62: 
        !            63: Attribute
        !            64:         ::=
        !            65:         SEQUENCE
        !            66:         {
        !            67:         type
        !            68:                 AttributeType ,
        !            69:         values
        !            70:                 SET OF
        !            71:                         AttributeValue
        !            72:         }
        !            73: 
        !            74: RelativeDistinguishedName
        !            75:         ::=
        !            76:         SET OF
        !            77:                 AttributeValueAssertion
        !            78: 
        !            79: RDNSequence
        !            80:         ::=
        !            81:         SEQUENCE OF
        !            82:                 RelativeDistinguishedName
        !            83: 
        !            84: DistinguishedName
        !            85:         ::=
        !            86:         RDNSequence
        !            87: 
        !            88: Name
        !            89:         ::=
        !            90:         CHOICE
        !            91:         {
        !            92:                 RDNSequence
        !            93:         }
        !            94: 
        !            95: END

unix.superglobalmegacorp.com

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