office.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 # 1.3.6.1.4.1.23297.2.		iusMail	 -> schlittermann.mail.schema
       
     7 # 1.3.6.1.4.1.23297.3.		iusProxy -> schlittermann.proxy.schema
       
     8 # 1.3.6.1.4.1.23297.10.		other 
       
     9 # 1.3.6.1.4.1.23297.10.1	hsm (Hochschule Merseburg) -> hsm.schema
       
    10 
       
    11 objectIdentifier schlittermann 1.3.6.1.4.1.23297
       
    12 objectIdentifier schlittermannOffice schlittermann:4
       
    13 objectIdentifier schlittermannOfficeAT schlittermannOffice:3
       
    14 objectIdentifier schlittermannOfficeOC schlittermannOffice:4
       
    15 
       
    16 # Attributes
       
    17 attributetype ( schlittermannOfficeAT:1
       
    18     NAME 'iusCustomerID'
       
    19     DESC 'Customer ID'
       
    20     EQUALITY caseIgnoreMatch
       
    21     SUBSTR caseIgnoreSubstringsMatch
       
    22     SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
       
    23 
       
    24 # fax 1.3.6.1.4.1.1466.115.121.1.22
       
    25 # tel 1.3.6.1.4.1.1466.115.121.1.50
       
    26 
       
    27 # ObjectClasses
       
    28 #objectClass ( schlittermannOfficeOC:1
       
    29 #    NAME ( 'iusO' 'iusOrganization' )
       
    30 #    SUP 'organization'
       
    31 #    MUST ( c $ postalCode $ l $ st $ iusTel )
       
    32 #    MAY ( iusCustomerID ) )
       
    33 
       
    34 
       
    35 # vim:sts=4 sw=4 aw ai sm: