File:  [CSRG BSD Unix] / 43BSDReno / contrib / isode-beta / dsap / x500as / if-prn.py
Revision 1.1: download - view: text, annotated - select for diffs
Tue Apr 24 16:12:56 2018 UTC (8 years, 1 month ago) by root
CVS tags: MAIN, HEAD
Initial revision

-- if-prn.py - manually-augmented InformationFramework module

-- $Header: /var/lib/cvsd/repos/CSRG/43BSDReno/contrib/isode-beta/dsap/x500as/if-prn.py,v 1.1 2018/04/24 16:12:56 root Exp $
--
--
-- $Log: if-prn.py,v $
-- Revision 1.1  2018/04/24 16:12:56  root
-- Initial revision
--
-- Revision 7.0  89/11/23  21:50:42  mrose
-- Release 6.0
-- 

--
--				  NOTICE
--
--    Acquisition, use, and distribution of this module and related
--    materials are subject to the restrictions of a license agreement.
--    Consult the Preface in the User's Manual for the full terms of
--    this agreement.
--
--


IF
	{
	joint-iso-ccitt
	ds(5)
	modules(1)
	informationFramework(1)
	}

DEFINITIONS ::=

PREFIXES encode decode print

BEGIN

-- EXPORTS
--	AttributeType,
-- 	AttributeValue,
--	AttributeValueAssertion,
--	Attribute, 
-- 	RelativeDistinguishedName,
--	DistinguishedName,
--	Name;

PRINTER print

AttributeType
        ::=
        OBJECT IDENTIFIER

AttributeValue
        ::=
        ANY

AttributeValueAssertion
        ::=
        SEQUENCE
        {
                AttributeType ,
                AttributeValue
        }

Attribute
        ::=
        SEQUENCE
        {
        type
                AttributeType ,
        values
                SET OF
                        AttributeValue
        }

RelativeDistinguishedName
        ::=
        SET OF
                AttributeValueAssertion

RDNSequence
        ::=
        SEQUENCE OF
                RelativeDistinguishedName

DistinguishedName
        ::=
        RDNSequence

Name
        ::=
        CHOICE
        {
                RDNSequence
        }

END

unix.superglobalmegacorp.com

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