Make 'studentid' attribute optional for members

Many members in the database have NULL studentids, so requiring
this attribute makes migration of those accounts impossible.
This commit is contained in:
Michael Spang 2007-05-04 15:09:58 -04:00
parent 645429b6e3
commit 5f8c0656a1
1 changed files with 2 additions and 2 deletions

View File

@ -14,8 +14,8 @@ attributetype ( 1.3.6.1.4.1.27934.1.1.3 NAME 'studentid'
objectclass ( 1.3.6.1.4.1.27934.1.2.1 NAME 'member'
SUP top AUXILIARY
MUST ( cn $ uid $ studentid )
MAY ( program $ term $ description ) )
MUST ( cn $ uid )
MAY ( studentid $ program $ term $ description ) )
objectclass ( 1.3.6.1.4.1.27934.1.2.2 NAME 'club'
SUP top AUXILIARY