diff -r d8b5f709a2a7 -r 882fec08957c mohag.schema --- a/mohag.schema Wed May 27 14:43:18 2015 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,52 +0,0 @@ -# $Id$ -# $URL$ -# © Heiko Schlittermann -# -# 1.3.6.1.4.1.23297 schlittermann OID -# ... -# 1.3.6.1.4.1.23297.10. other -# ... -# 1.3.6.1.4.1.23297.10.7 - MOHAG - -objectIdentifier schlittermannRoot 1.3.6.1.4.1.23297 -objectIdentifier mohagRoot schlittermannRoot:10.7 -objectIdentifier mohagAttribute mohagRoot:1 -objectIdentifier mohagObjectClass mohagRoot:2 - -attributetype ( - mohagAttribute:1 NAME ('mohagMailPrimaryAddress' 'mohagMailOfficialAddress') DESC 'official mail address' - EQUALITY caseIgnoreIA5Match - SUBSTR caseIgnoreIA5SubstringsMatch - SINGLE-VALUE - SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} ) - -attributetype ( - mohagAttribute:2 NAME 'mohagMailForwardingAddress' DESC 'forwarding information for this recipient' - EQUALITY caseIgnoreIA5Match - SUBSTR caseIgnoreIA5SubstringsMatch - SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} ) - -attributetype ( - mohagAttribute:3 NAME ('mohagMailGroup') DESC 'mail group we are member of' - SUP mail ) - -attributetype ( - mohagAttribute:4 NAME ('mohagMailAddress') DESC 'mail address' - SUP mail ) - -#### - -objectClass ( - mohagObjectClass:2 NAME 'mohagMailAlias' DESC 'Alias' - SUP top - STRUCTURAL - MUST ( mail ) - MAY ( mohagMailForwardingAddress $ description ) ) - -objectClass ( - mohagObjectClass:3 NAME 'mohagMailRecipient' DESC 'mail attributes associated to person' - SUP top - AUXILIARY - MAY ( mohagMailPrimaryAddress $ mohagMailAddress $ mohagMailGroup $ mohagMailForwardingAddress $ description ) ) - -# vim:sts=4 sw=4 aw ai sm: