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:
parent
645429b6e3
commit
5f8c0656a1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue