# OID : 1.3.6.1.4.1.13398 # Registrant: Dr. Ralf Schwedler # # For modifications have a look at http://www.zytrax.com/books/ldap/apa/oid.html # and use the naming schema # # # Attribute Type Definitions attributetype ( 1.3.6.1.4.1.13398.2.3.1 NAME 'customerId' DESC 'Id of a customer' EQUALITY integerMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE ) attributetype ( 1.3.6.1.4.1.13398.2.3.2 NAME 'projectId' DESC 'Id of a project' EQUALITY integerMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 ) # Object Class Definitions objectclass ( 1.3.6.1.4.1.13398.2.4.1 NAME 'customer' DESC 'Creates relationship between a customer and his entries' SUP top AUXILIARY MUST ( customerId ) MAY ( description $ projectId ) )