diff -r 9964313c710d -r 1d63bfc6c9e7 hsm.schema --- a/hsm.schema Thu Jul 28 06:31:13 2005 +0000 +++ b/hsm.schema Fri Jul 29 11:49:37 2005 +0000 @@ -67,23 +67,27 @@ attributetype ( hsmAttribute:11 NAME 'hsmMailHost' DESC 'SMTP/MTA for that recipient' EQUALITY caseIgnoreIA5Match + SUBSTR caseIgnoreIA5SubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} SINGLE-VALUE ) attributetype ( hsmAttribute:12 NAME 'hsmMailForwardingAddress' DESC 'forwarding information for this recipient' EQUALITY caseIgnoreIA5Match + SUBSTR caseIgnoreIA5SubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} SINGLE-VALUE ) attributetype ( hsmAttribute:13 NAME 'hsmMailMember' DESC 'member of an alias entry' EQUALITY caseIgnoreIA5Match + SUBSTR caseIgnoreIA5SubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} ) attributetype ( hsmAttribute:14 NAME 'hsmMailGroupMember' DESC 'member of a mail group' EQUALITY caseIgnoreIA5Match + SUBSTR caseIgnoreIA5SubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} ) ####