schlittermann.schema
changeset 10 fe6d469045d1
parent 8 5a50ab595cb0
child 18 de82db94aae7
equal deleted inserted replaced
9:daa237d03e49 10:fe6d469045d1
     1 # $Id$
     1 # $Id$
     2 # $URL$
     2 # $URL$
     3 # © Heiko Schlittermann
     3 # © Heiko Schlittermann
     4 #
     4 #
     5 # 1.3.6.1.4.1.23297		schlittermann OID
     5 # 1.3.6.1.4.1.23297		schlittermann OID
     6 # 1.3.6.1.4.1.23297.2.		mail
     6 # 1.3.6.1.4.1.23297.2.		iusMail
     7 # 1.3.6.1.4.1.23297.2.3		- attribute types
     7 # 1.3.6.1.4.1.23297.2.3		- attribute types
     8 # 1.3.6.1.4.1.23297.2.4		- object classes
     8 # 1.3.6.1.4.1.23297.2.4		- object classes
       
     9 # 1.3.6.1.4.1.23297.3.		iusProxy
       
    10 # 1.3.6.1.4.1.23297.3.3		- attribute types
       
    11 # 1.3.6.1.4.1.23297.3.4		- object classes
     9 # 1.3.6.1.4.1.23297.10.		other
    12 # 1.3.6.1.4.1.23297.10.		other
    10 # 1.3.6.1.4.1.23297.10.1	- Hochschule Merseburg
    13 # 1.3.6.1.4.1.23297.10.1	- Hochschule Merseburg
    11 
    14 
    12 objectIdentifier schlittermannRoot 1.3.6.1.4.1.23297
    15 objectIdentifier ius 1.3.6.1.4.1.23297
    13 
    16 
    14 objectIdentifier mail schlittermannRoot:2
    17 objectIdentifier iusMail ius:2
    15 objectIdentifier mailAttributeType mail:3
    18 objectIdentifier iusMailAT iusMail:3
    16 objectIdentifier mailObjectClass mail:4
    19 objectIdentifier iusMailOC iusMail:4
    17 
    20 
    18 attributetype ( mailAttributeType:2
    21 objectIdentifier iusProxy ius:3
       
    22 objectIdentifier iusProxyAT iusProxy:3
       
    23 objectIdentifier iusProxyOC iusProxy:4
       
    24 
       
    25 # Mail
       
    26 
       
    27 attributetype ( iusMailAT:2
    19   NAME 'iusRestrictedMail'
    28   NAME 'iusRestrictedMail'
    20   DESC 'object (person) is subject to restricted mail'
    29   DESC 'object (person) is subject to restricted mail'
    21   EQUALITY booleanMatch
    30   EQUALITY booleanMatch
    22   SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
    31   SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
    23   SINGLE-VALUE )
    32   SINGLE-VALUE )
    24 
    33 
    25 objectclass ( mailObjectClass:2
    34 objectclass ( iusMailOC:2
    26   NAME 'iusMailOptions' AUXILIARY
    35   NAME 'iusMailOptions' AUXILIARY
    27   DESC 'options for mail'
    36   DESC 'options for mail'
    28   SUP top
    37   SUP top
    29   MAY ( iusRestrictedMail ) )
    38   MAY ( iusRestrictedMail ) )
    30 
    39 
       
    40 # Proxy
       
    41 
       
    42 attributetype ( iusProxyAT:2
       
    43     NAME 'iusProxyAccess'
       
    44     DESC 'allowed to access proxy'
       
    45     EQUALITY booleanMatch
       
    46     SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
       
    47     SINGLE-VALUE )
       
    48 
       
    49 objectclass ( iusProxyOC:2
       
    50     NAME 'iusProxyUser' AUXILIARY
       
    51     DESC 'proxy access permissions etc...'
       
    52     SUP top
       
    53     MAY ( iusProxyAccess ) )
       
    54