schlittermann.proxy.schema
changeset 18 de82db94aae7
child 19 6d6c2c4693e2
equal deleted inserted replaced
17:044929bad1fd 18:de82db94aae7
       
     1 # $Id: schlittermann.schema 1291 2005-07-21 21:47:23Z heiko $
       
     2 # $URL: https://svn.schlittermann.de/pub/ldap.schema/trunk/schlittermann.schema $
       
     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