From 5f8c0656a15f24b360152d3cd6e8941fc01a64fa Mon Sep 17 00:00:00 2001 From: Michael Spang Date: Fri, 4 May 2007 15:09:58 -0400 Subject: [PATCH] Make 'studentid' attribute optional for members Many members in the database have NULL studentids, so requiring this attribute makes migration of those accounts impossible. --- misc/csc.schema | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/misc/csc.schema b/misc/csc.schema index 1fb25ac..21f9d83 100644 --- 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