From fec9e2f580d4d3e66d880d56cc1c0449b0ce9383 Mon Sep 17 00:00:00 2001 From: Michael Spang Date: Sat, 3 Feb 2007 19:27:50 -0500 Subject: [PATCH] Added CSC LDAP schema. --- misc/csc.schema | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 misc/csc.schema diff --git a/misc/csc.schema b/misc/csc.schema new file mode 100644 index 0000000..6b9d53c --- /dev/null +++ b/misc/csc.schema @@ -0,0 +1,22 @@ +# CSC Member Information Schema + +attributetype ( 99999.99999.99999.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' + EQUALITY caseIgnoreIA5Match + SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{1024} SINGLE-VALUE ) + +attributetype ( 99999.99999.99999.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' + SUP top AUXILIARY + MUST ( cn $ uid $ studentid ) + MAY ( program $ term $ description ) ) + +objectclass ( 99999.99999.99999.5 NAME 'club' + SUP top AUXILIARY + MUST ( cn $ uid ) )