Added CSC LDAP schema.

This commit is contained in:
Michael Spang 2007-02-03 19:27:50 -05:00
parent 4a4342c8d7
commit fec9e2f580
1 changed files with 22 additions and 0 deletions

22
misc/csc.schema Normal file
View File

@ -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 ) )