Changed 'studentid' attribute from integer to IA5 string in schema.

This commit is contained in:
Michael Spang 2007-02-12 04:08:25 -05:00
parent 89608a751c
commit a8268ce266
1 changed files with 2 additions and 2 deletions

View File

@ -9,8 +9,8 @@ attributetype ( 1.3.6.1.4.1.27934.1.1.2 NAME 'program'
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{1024} SINGLE-VALUE )
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 )
EQUALITY caseIgnoreIA5Match
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{8} SINGLE-VALUE )
objectclass ( 1.3.6.1.4.1.27934.1.2.1 NAME 'member'
SUP top AUXILIARY