proxy.schema
changeset 50 882fec08957c
parent 49 d8b5f709a2a7
equal deleted inserted replaced
49:d8b5f709a2a7 50:882fec08957c
     1 # $Id$
       
     2 # $URL$
       
     3 # © Heiko Schlittermann
       
     4 #
       
     5 # 1.3.6.1.4.1.23297		schlittermann OID
       
     6 
       
     7 # 1.3.6.1.4.1.23297.3.		iusProxy
       
     8 # 1.3.6.1.4.1.23297.3.3		- attribute types
       
     9 # 1.3.6.1.4.1.23297.3.4		- object classes
       
    10 
       
    11 objectIdentifier ius 1.3.6.1.4.1.23297
       
    12 
       
    13 objectIdentifier iusProxy ius:3
       
    14 objectIdentifier iusProxyAT iusProxy:3
       
    15 objectIdentifier iusProxyOC iusProxy:4
       
    16 
       
    17 # Proxy
       
    18 
       
    19 attributetype ( iusProxyAT:2
       
    20     NAME 'iusProxyAccess'
       
    21     DESC 'allowed to access proxy'
       
    22     EQUALITY booleanMatch
       
    23     SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
       
    24     SINGLE-VALUE )
       
    25 
       
    26 objectclass ( iusProxyOC:2
       
    27     NAME 'iusProxyUser' AUXILIARY
       
    28     DESC 'proxy access permissions etc...'
       
    29     SUP top
       
    30     MAY ( iusProxyAccess ) )
       
    31