]> git.sur5r.net Git - openldap/blobdiff - doc/man/man5/slapd.overlays.5
Merge remote branch 'origin/mdb.master'
[openldap] / doc / man / man5 / slapd.overlays.5
index e76ccc0af3c0d41b9a309fabcae159f1552a98e8..7e848dea0676f865c3a55a4c043705d30091c36c 100644 (file)
@@ -1,5 +1,5 @@
 .TH SLAPD.OVERLAYS 5 "RELEASEDATE" "OpenLDAP LDVERSION"
-.\" Copyright 2006 The OpenLDAP Foundation All Rights Reserved.
+.\" Copyright 2006-2011 The OpenLDAP Foundation All Rights Reserved.
 .\" Copying restrictions apply.  See COPYRIGHT/LICENSE.
 .\" $OpenLDAP$
 .SH NAME
@@ -16,7 +16,7 @@ may also be configured globally.
 
 Configuration options for each overlay are documented separately in the
 corresponding
-.BR slapo-<overlay> (5)
+.BR slapo\-<overlay> (5)
 manual pages.
 .TP
 .B accesslog
@@ -36,10 +36,16 @@ This overlay allows automatic referral chasing when a referral would
 have been returned, either when configured by the server or when 
 requested by the client.
 .TP
-.B denyop
-Deny Operation.
-This overlay allows selected operations to be denied, similar to the
-\fBrestrict\fP option.
+.B constraint
+Constraint.
+This overlay enforces a regular expression constraint on all values
+of specified attributes. It is used to enforce a more rigorous
+syntax when the underlying attribute syntax is too general.
+.TP
+.B dds
+Dynamic Directory Services.
+This overlay supports dynamic objects, which have a limited life after
+which they expire and are automatically deleted.
 .TP
 .B dyngroup
 Dynamic Group.
@@ -51,19 +57,13 @@ It has no effect on any other operations.
 Dynamic List.
 This overlay allows expansion of dynamic groups and more.
 .TP
-.B lastmod
-Last Modification.
-This overlay maintains a service entry in the database with the DN,
-modification type, modifiersName and modifyTimestamp of the last write
-operation performed on that database.
-.TP
 .B pcache
 Proxycache.
 This overlay allows caching of LDAP search requests in a local database.
 It is most often used with the
-.BR slapd-ldap (5)
+.BR slapd\-ldap (5)
 or
-.BR slapd-meta (5)
+.BR slapd\-meta (5)
 backends.
 .TP
 .B ppolicy
@@ -75,7 +75,7 @@ password resets, etc.
 .B refint
 Referential Integrity.
 This overlay can be used with a backend database such as
-.BR slapd-bdb (5)
+.BR slapd\-bdb (5)
 to maintain the cohesiveness of a schema which utilizes reference
 attributes.
 .TP
@@ -99,7 +99,7 @@ replication, including persistent search functionality.
 .B translucent
 Translucent Proxy.
 This overlay can be used with a backend database such as
-.BR slapd-bdb (5)
+.BR slapd\-bdb (5)
 to create a "translucent proxy".
 Content of entries retrieved from a remote LDAP server can be partially
 overridden by the database.
@@ -107,8 +107,13 @@ overridden by the database.
 .B unique
 Attribute Uniqueness.
 This overlay can be used with a backend database such as
-.BR slapd-bdb (5)
+.BR slapd\-bdb (5)
 to enforce the uniqueness of some or all attributes within a subtree.
+.TP
+.B valsort
+Value Sorting.
+This overlay can be used to enforce a specific order for the values
+of an attribute when it is returned in a search.
 .SH FILES
 .TP
 ETCDIR/slapd.conf
@@ -121,8 +126,10 @@ default slapd configuration directory
 .BR slapo\-accesslog (5),
 .BR slapo\-auditlog (5),
 .BR slapo\-chain (5),
+.BR slapo\-constraint (5),
+.BR slapo\-dds (5),
+.BR slapo\-dyngroup (5),
 .BR slapo\-dynlist (5),
-.BR slapo\-lastmod (5),
 .BR slapo\-pcache (5),
 .BR slapo\-ppolicy (5),
 .BR slapo\-refint (5),
@@ -131,13 +138,11 @@ default slapd configuration directory
 .BR slapo\-syncprov (5),
 .BR slapo\-translucent (5),
 .BR slapo\-unique (5).
+.BR slapo\-valsort (5).
 .BR slapd\-config (5),
 .BR slapd.conf (5),
 .BR slapd.backends (5),
 .BR slapd (8).
 "OpenLDAP Administrator's Guide" (http://www.OpenLDAP.org/doc/admin/)
 .SH ACKNOWLEDGEMENTS
-.B OpenLDAP
-is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
-.B OpenLDAP
-is derived from University of Michigan LDAP 3.3 Release.  
+.so ../Project