]> git.sur5r.net Git - openldap/blob - servers/slapd/schema/README
31255ad0661090c76612a5961d914226e5e6757b
[openldap] / servers / slapd / schema / README
1 This directory contains user application schema definitions for use
2 with slapd(8).
3
4 File                    Description
5 ----                    -----------
6 collective.schema       Collective attributes (experimental)
7 corba.schema            Corba Object
8 core.schema             OpenLDAP "core"
9 cosine.schema           COSINE Pilot
10 duaconf.schema          Client Configuration (work in progress)
11 dyngroup.schema                 Dynamic Group (experimental)
12 inetorgperson.schema    InetOrgPerson
13 java.schema             Java Object
14 misc.schema             Miscellaneous Schema (experimental)
15 nadf.schema             North American Directory Forum (obsolete)
16 nis.schema              Network Information Service (experimental)
17 openldap.schema         OpenLDAP Project (FYI)
18 ppolicy.schema          Password Policy Schema (work in progress)
19
20 Additional "generally useful" schema definitions can be submitted
21 using the OpenLDAP Issue Tracking System <http://www.openldap.org/its/>.
22 Submissions should include a stable reference to a mature, open
23 technical specification (e.g., an RFC) for the schema.
24
25 The core.ldif and openldap.ldif files are equivalent to their
26 corresponding .schema files. They have been provided as examples
27 for use with the dynamic configuration backend. These example files
28 are not actually necessary since slapd will automatically convert any
29 included *.schema files into LDIF when converting a slapd.conf file
30 to a configuration database, but they serve as a model of how to
31 convert schema files in general.
32
33 ---
34
35 This notice applies to all files in this directory.
36
37 Copyright 1998-2017 The OpenLDAP Foundation, Redwood City, California, USA
38 All rights reserved.
39
40 Redistribution and use in source and binary forms, with or without
41 modification, are permitted only as authorized by the OpenLDAP
42 Public License.  A copy of this license is available at
43 http://www.OpenLDAP.org/license.html or in file LICENSE in the
44 top-level directory of the distribution.
45
46 ---
47
48 This notice applies to all schema in this directory which are derived
49 from RFCs and other IETF documents.
50
51 Portions Copyright 1991-2004, The Internet Society.  All Rights Reserved.
52
53 This document and translations of it may be copied and furnished
54 to others, and derivative works that comment on or otherwise explain
55 it or assist in its implementation may be prepared, copied, published
56 and distributed, in whole or in part, without restriction of any
57 kind, provided that the above copyright notice and this paragraph  
58 are included on all such copies and derivative works.  However,
59 this document itself may not be modified in any way, such as by      
60 removing the copyright notice or references to the Internet Society
61 or other Internet organizations, except as needed for the  purpose
62 of developing Internet standards in which case the procedures for
63 copyrights defined in the Internet Standards process must be
64 followed, or as required to translate it into languages other than
65 English.
66
67 The limited permissions granted above are perpetual and will not
68 be revoked by the Internet Society or its successors or assigns.
69
70 This document and the information contained herein is provided on
71 an "AS IS" basis and THE AUTHORS, THE INTERNET SOCIETY, AND THE
72 INTERNET ENGINEERING TASK FORCE DISCLAIMS ALL WARRANTIES, EXPRESS
73 OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTY THAT THE USE
74 OF THE INFORMATION HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY       
75 IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR
76 PURPOSE.
77
78
79 ---
80 $OpenLDAP$