From 89608a751c9947de6bc0e0d8366ce5dd57977568 Mon Sep 17 00:00:00 2001 From: Michael Spang Date: Fri, 9 Feb 2007 20:07:10 -0500 Subject: [PATCH] Updated OIDs of schema to reflect assignment of PEN 27934 to the CSC. --- misc/csc.schema | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/misc/csc.schema b/misc/csc.schema index 6b9d53c..2df23bd 100644 --- a/misc/csc.schema +++ b/misc/csc.schema @@ -1,22 +1,22 @@ # CSC Member Information Schema -attributetype ( 99999.99999.99999.1 NAME 'term' +attributetype ( 1.3.6.1.4.1.27934.1.1.1 NAME 'term' EQUALITY caseIgnoreIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{5} ) -attributetype ( 99999.99999.99999.2 NAME 'program' +attributetype ( 1.3.6.1.4.1.27934.1.1.2 NAME 'program' EQUALITY caseIgnoreIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{1024} SINGLE-VALUE ) -attributetype ( 99999.99999.99999.3 NAME 'studentid' +attributetype ( 1.3.6.1.4.1.27934.1.1.3 NAME 'studentid' EQUALITY integerMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE ) -objectclass ( 99999.99999.99999.4 NAME 'member' +objectclass ( 1.3.6.1.4.1.27934.1.2.1 NAME 'member' SUP top AUXILIARY MUST ( cn $ uid $ studentid ) MAY ( program $ term $ description ) ) -objectclass ( 99999.99999.99999.5 NAME 'club' +objectclass ( 1.3.6.1.4.1.27934.1.2.2 NAME 'club' SUP top AUXILIARY MUST ( cn $ uid ) )