openldap/servers/slapd/schema
Pierangelo Masarati 5fdba27288 This is the skeleton of back-monitor, the slapd monitoring backend.
The old monitoring stuff has been removed; the new backend is
enabled by using --enable-monitor at configure time and requires

	database monitor

in slapd.conf to be activated.  At present it implements a subset
of the old monitoring options, and it should be extendable to
a number of different subsystems.  The search operation has been
implementd; it does not honor abandon or size/time limits, though.
The compare and the abandon operations are planned.

Copyright Pierangelo Masarati <ando@sys-net.it>; the code is provided
AS IS with NO GUARANTEE.  It can be used and distributed under the
conditions stated by the OpenLDAP Public License.
2001-07-14 17:34:24 +00:00
..
corba.schema
core.schema This is the skeleton of back-monitor, the slapd monitoring backend. 2001-07-14 17:34:24 +00:00
cosine.schema Fix typo (no functional change) 2001-05-28 19:40:15 +00:00
inetorgperson.schema highlite ;binary comments with SMIME attributes 2000-11-04 20:32:19 +00:00
java.schema
krb5-kdc.schema
microsoft.ext.schema
microsoft.schema
microsoft.std.schema
misc.schema Add ITS#876 nisSchema 2001-05-09 04:16:47 +00:00
nadf.schema Add objectClass kind checking 2001-01-22 08:09:25 +00:00
nis.schema
openldap.schema
README Note that schema submissions should come with a reference 2001-05-16 20:42:20 +00:00

This directory contains schema definitions for use with slapd(5).

File                    Description
----                    -----------
corba.schema            Corba Object (RFC 2714) schema
core.schema             OpenLDAP "core"
cosine.schema           COSINE Pilot schema
inetorgperson.schema    InetOrgPerson schema
java.schema             Java Object (RFC 2713) schema
krb5-kdc.schema         Kerberos V KDC schema
microsoft.ext.schema    Microsoft schema
microsoft.schema        Microsoft schema
microsoft.std.schema    Microsoft schema
misc.schema             misc. experimental schema
nadf.schema             North America Directory Forum schema
nis.schema              Network Information Service schema
openldap.schema         OpenLDAP Project schema

Additional schema definitions can be submitted using the OpenLDAP
Issue Tracking System <http://www.openldap.org/its/>.  Such
submissions should include a reference (e.g. a URL) to a stable,
mature specification (e.g., an RFC) of the schema.

---
$OpenLDAP$