From 5acc68c45b3e6ab5c99161242f3534138fdb07c0 Mon Sep 17 00:00:00 2001 From: acolla Date: Mon, 15 Jan 2007 18:30:32 +0000 Subject: [PATCH] shuttle.schema updated: email address inherits from mail attr --- SHUTTLE/schema/shuttle.schema | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SHUTTLE/schema/shuttle.schema b/SHUTTLE/schema/shuttle.schema index a6cc03a4a16..b3d1f9460d6 100644 --- a/SHUTTLE/schema/shuttle.schema +++ b/SHUTTLE/schema/shuttle.schema @@ -8,7 +8,7 @@ attributetype ( DETECTOR_CONFIG:3 NAME 'DCSPort' DESC '' attributetype ( DETECTOR_CONFIG:4 NAME 'DCSalias' DESC '' EQUALITY caseIgnoreMatch SUP name ) attributetype ( DETECTOR_CONFIG:5 NAME 'DCSdatapoint' DESC '' EQUALITY caseIgnoreMatch SUP name ) attributetype ( DETECTOR_CONFIG:6 NAME 'StrictRunOrder' DESC 'Strict run ordering flag' EQUALITY caseIgnoreMatch SUP name ) -attributetype ( DETECTOR_CONFIG:7 NAME 'responsible' DESC 'responsible email address' EQUALITY caseIgnoreMatch SUP name ) +attributetype ( DETECTOR_CONFIG:7 NAME 'responsible' DESC 'responsible email address' EQUALITY caseIgnoreIA5Match SUP mail ) objectclass ( DETECTOR_CONFIG NAME 'AliShuttleDetector' -- 2.43.0