1 # $OpenLDAP$ 2 ## This work is part of OpenLDAP Software <http://www.openldap.org/>. 3 ## 4 ## Copyright 2021-2024 The OpenLDAP Foundation. 5 ## All rights reserved. 6 ## 7 ## Redistribution and use in source and binary forms, with or without 8 ## modification, are permitted only as authorized by the OpenLDAP 9 ## Public License. 10 ## 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>. 14 ## 15 ## Definitions from draft Structural Object Classes for Named Objects 16 ## https://tools.ietf.org/html/draft-stroeder-namedobject 17 ## 18 ## Portions Copyright (c) 2013 IETF Trust and the persons identified as the 19 ## document authors. All rights reserved. 20 # 21 # Depends upon core.ldif and cosine.ldif 22 # 23 # This file was automatically generated from namedobject.schema; see 24 # that file for complete references. 25 # 26 dn: cn=namedobject,cn=schema,cn=config 27 objectClass: olcSchemaConfig 28 cn: namedobject 29 olcObjectClasses: ( 1.3.6.1.4.1.5427.1.389.6.20 NAME 'namedObject' SUP top 30 STRUCTURAL MUST cn MAY ( uniqueIdentifier $ description ) ) 31 olcObjectClasses: ( 1.3.6.1.4.1.5427.1.389.6.21 NAME 'namedPolicy' SUP name 32 dObject STRUCTURAL ) 33