# inetofficeperson.schema # # Created by W Gillespie, August 21, 2007 to create an objectClass # to meet the current needs of a company address book # ## Copyright 2007 Engineering System Solutions (es2eng.com) ## All rights reserved. ## ## Redistribution and use in source and binary forms, without ## modification is unlimited. # # Depends upon # Definition of the inetOrgPerson objectClass [RFC2798] and its # dependencies (inetorgperson.schema) # company # The name of the company or firm which the contact is associated with. attributetype ( 1.3.6.1.4.1.29397.2.1.1 NAME 'company' DESC 'Name of the company or firm' SUP name ) # department # The department which the contact is a member of. attributetype ( 1.3.6.1.4.1.29397.2.1.2 NAME 'department' DESC 'Department name' SUP name ) # inetOfficePerson # The inetOfficePerson represents people who are associated with a modern # organization in some way. It is a structural class and is derived # from the inetOrgPerson which is defined in RFC 2798 [RFC2798]. objectclass ( 1.3.6.1.4.1.29397.2.2.1 NAME 'inetOfficePerson' DESC 'Internet Office Person' SUP inetOrgPerson STRUCTURAL MAY ( company $ department $ c $ countryName $ co $ info ) )