DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download
Index: T n

⟦8eafa4c20⟧ TextFile

    Length: 2589 (0xa1d)
    Types: TextFile
    Names: »na-summary.py«

Derivation

└─⟦3d0c2be1b⟧ Bits:30001254 ISODE-5.0 Tape
    └─⟦eba4602b1⟧ »./isode-5.0.tar.Z« 
        └─⟦d3ac74d73⟧ 
            └─⟦this⟧ »isode-5.0/doc/manual/na-summary.py« 
└─⟦2d1937cfd⟧ Bits:30007241 EUUGD22: P.P 5.0
    └─⟦35176feda⟧ »EurOpenD22/isode/isode-6.tar.Z« 
        └─⟦de7628f85⟧ 
            └─⟦this⟧ »isode-6.0/doc/manual/na-summary.py« 

TextFile

QuipuNameDefinitions DEFINITIONS ::=
BEGIN

IMPORTS
ABSTRACT-OPERATION, ABSTRACT-ERROR
    FROM AbstractServiceNotation
	{joint-iso-ccitt mhs-motis(6) asdc(2) modules(0) notation(1)}

NameError, ServiceError, SecurityError
    FROM DirctoryAbstractService
	{joint-iso-ccitt ds(5) modules(1) directoryAbstractService(2)}

DistinguishedName, RelativeDistinguishedName, Attribute,
ATTRIBUTE, ATTRIBUTE-SYNTAX, OBJECT-CLASS
    FROM InformationFramework
	{joint-iso-ccitt ds(5) modules(1) informationFramework(1)}

caseIgnoreStringSyntax
    FROM SelectedAttributeTypes
	{joint-iso-ccitt ds(5) modules(1) selectedAttributeTypes(5)}

TreeStructure, ACL, EDBInfo, MasterDSA, SlaveDSA,
DSA, QuipuVersion,
    FROM QuipuDirectoryDefinitions;

quipu OBJECT IDENTIFIER	::= {ccitt data(9) pss(2342) ucl(19200300) quipu(99)}
				-- interim QUIPU OID

attributeType OBJECT IDENTIFIER ::= {quipu attributeType(1)}    

attributeSyntax OBJECT IDENTIFIER ::= {quipu attributeSyntax(2)}

objectClass OBJECT IDENTIFIER ::= {quipu objectClass(3)}

treeStructure TreeStructure ::= {attributeType 1}

acl ACL ::= {attributeType 2}

eDBInfo EDBInfo ::= {attributeType 3}

masterDSA MasterDSA ::= {attributeType 4}

slaveDSA SlaveDSA ::= {attributeType 5}

control DSAControl ::= {attributeType 15}

quipuVersion QuipuVersion ::= {attributeType 16}

quipuDSA QuipuDSA ::= {objectClass 1}

quipuObject OBJECT-CLASS
  SUBCLASS OF TOP
  MUST CONTAIN { aCL}
	::= {objectClass 2}	

quipuNonLeafObject OBJECTCLASS
  SUBCLASS OF quipuObject
  MUST CONTAIN {masterDSA}
  MAY CONTAIN {slaveDSA,treeStructure}
	::= {objectClass 6}

friendlyCountryName ATTRIBUTE
  WITH ATTRIBUTE-SYNTAX
  caseIgnoreStringSyntax
	::= {attributeType 8}
		-- example ``UK'', ``United Kingdom'' etc.

friendlyCountry OBJECT-CLASS
  SUBCLASS OF country, quipuObject
  MUST CONTAIN { friendlyCountryName }
	::= {objectClass 3}

fTAMAddress ATTRIBUTE
  WITH ATTRIBUTE-SYNTAX Presentation Address
	::=  {attributeType 10}

teletexAddress ATTRIBUTE
  WITH ATTRIBUTE-SYNTAX Presentation Address
	::=  {attributeType 11}

nIFTPAddress ATTRIBUTE
  WITH ATTRIBUTE-SYNTAX Presentation Address
	::=  {attributeType 12}

filestore ATTRIBUTE
  WITH ATTRIBUTE-SYNTAX distinguishedNameSyntax
	::= {attributeType 13}

filename ATTRIBUTE
  WITH ATTRIBUTE-SYNTAX caseIgnoreStringSyntax
	::= {attributeType 14}  

filestore OBJECT-CLASS
  SUBCLASS OF quipuObject
  MUST CONTAIN { commonName}
  MAY CONTAIN { fTAMAddress, teletexAddress, nIFTPAddress, description,
	info, seeAlso, localityName, organisationName, organisationUnitName }
::= {objectClass 5}


END