2 ## This work is part of OpenLDAP Software <http://www.openldap.org/>.
4 ## Copyright 1998-2013 The OpenLDAP Foundation.
5 ## All rights reserved.
7 ## Redistribution and use in source and binary forms, with or without
8 ## modification, are permitted only as authorized by the OpenLDAP
11 ## A copy of this license is available in the file LICENSE in the
12 ## top-level directory of the distribution or, alternatively, at
13 ## <http://www.OpenLDAP.org/license.html>.
16 # OpenLDAP Project's directory schema items
21 # inetorgperson.schema
23 # These are provided for informational purposes only.
25 objectIdentifier OpenLDAProot 1.3.6.1.4.1.4203
27 objectIdentifier OpenLDAP OpenLDAProot:1
28 objectIdentifier OpenLDAPattributeType OpenLDAP:3
29 objectIdentifier OpenLDAPobjectClass OpenLDAP:4
31 objectClass ( OpenLDAPobjectClass:3
33 DESC 'OpenLDAP Organizational Object'
35 MAY ( buildingName $ displayName $ labeledURI ) )
37 objectClass ( OpenLDAPobjectClass:4
39 DESC 'OpenLDAP Organizational Unit Object'
40 SUP organizationalUnit
41 MAY ( buildingName $ displayName $ labeledURI $ o ) )
43 objectClass ( OpenLDAPobjectClass:5
45 DESC 'OpenLDAP Person'
46 SUP ( pilotPerson $ inetOrgPerson )
48 MAY ( givenName $ labeledURI $ o ) )
50 objectClass ( OpenLDAPobjectClass:6
51 NAME 'OpenLDAPdisplayableObject'
52 DESC 'OpenLDAP Displayable Object'