projects
/
public
/
pyceo-broken.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
645429b
)
Make 'studentid' attribute optional for members
author
Michael Spang
<mspang@uwaterloo.ca>
Fri, 4 May 2007 19:09:58 +0000
(15:09 -0400)
committer
Michael Spang
<mspang@uwaterloo.ca>
Fri, 4 May 2007 19:09:58 +0000
(15:09 -0400)
Many members in the database have NULL studentids, so requiring
this attribute makes migration of those accounts impossible.
misc/csc.schema
patch
|
blob
|
history
diff --git
a/misc/csc.schema
b/misc/csc.schema
index
1fb25ac
..
21f9d83
100644
(file)
--- a/
misc/csc.schema
+++ b/
misc/csc.schema
@@
-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