53 lines
1.3 KiB
Scheme
53 lines
1.3 KiB
Scheme
-- NRD Schema Definitions
|
|
-- Novell Inc.
|
|
-- 122 East 1700 South
|
|
-- Provo, UT 84606-6194
|
|
|
|
-- VeRsIoN=GRBeta 1.1
|
|
-- CoPyRiGhT=(c) Copyright 1996, Novell, Inc. All rights reserved
|
|
|
|
-- Object ID Syntax
|
|
------------------------------------------
|
|
------------------------------------------
|
|
-- Object ID's Defined as Follows:
|
|
-- joint-iso-ccitt(2) country(16) us(840) organization(1)
|
|
-- Novell(113719) applications(1) NRD(15) NRDAttributeType(4)
|
|
-- NRDAttributeSyntax(5)
|
|
-- NRDObjectClass(6)
|
|
------------------------------------------
|
|
|
|
|
|
NRDSchemaExtentions DEFINITIONS ::=
|
|
BEGIN
|
|
|
|
|
|
-- New Attributes
|
|
------------------------------------------
|
|
------------------------------------------
|
|
|
|
"NRD:Registry Data" ATTRIBUTE ::=
|
|
{
|
|
SyntaxID SYN_STREAM,
|
|
Flags {DS_SINGLE_VALUED_ATTR},
|
|
ASN1ObjID {2 16 840 1 113719 1 15 4 1}
|
|
}
|
|
|
|
"NRD:Registry Index" ATTRIBUTE ::=
|
|
{
|
|
SyntaxID SYN_STREAM,
|
|
Flags {DS_SINGLE_VALUED_ATTR},
|
|
ASN1ObjID {2 16 840 1 113719 1 15 4 2}
|
|
}
|
|
|
|
-- Modification of Existing Classes
|
|
------------------------------------------
|
|
------------------------------------------
|
|
|
|
"User" OBJECT-CLASS ::=
|
|
{
|
|
Operation MODIFY,
|
|
MayContain {"NRD:Registry Data", "NRD:Registry Index"}
|
|
}
|
|
|
|
END
|