openldap/servers/slapd/overlays
Pierangelo Masarati 95f65ff352 all-operational overlay: allows to configure part of te DIT so that requests
with requested attribute lists empty or containing "*" are expanded
to contain "+" as well, so that all operational attributes are returned.
This may be required to work around dumb clients that interrogate
the rootDSE requesting "*" and expecting operational attributes to be
returned as well.  To make it a bit more generic, it can be configured
to do the same for an arbitrary search described by an URI.  For example,

overlay		allop
allop-URI	ldap:///??sub

before any database instantiation causes all searches to return "*","+"
when ors_attrs is NULL or countains "*".
2005-08-20 11:48:13 +00:00
..
accesslog.c Cleanup (unused variable ad_oldest) 2005-08-02 10:36:48 +00:00
allop.c all-operational overlay: allows to configure part of te DIT so that requests 2005-08-20 11:48:13 +00:00
auditlog.c
collect.c
denyop.c
dyngroup.c
dynlist.c
glue.c fix various leaks 2005-08-01 23:32:14 +00:00
lastmod.c
Makefile.in
overlays.c fix typo in previous commit 2005-08-01 23:40:40 +00:00
pcache.c plug selected leaks at shutdown 2005-08-07 16:38:20 +00:00
ppolicy.c merge sml_managing into sml_flags (SLAP_MOD_MANAGING) 2005-08-18 08:48:10 +00:00
README
refint.c merge sml_managing into sml_flags (SLAP_MOD_MANAGING) 2005-08-18 08:48:10 +00:00
retcode.c need an AUXILIARY objectClass to play with some special error codes (need to update man page as well)... 2005-08-20 11:31:51 +00:00
rwm.c allow noUserMod attrs write proxying when manageDIT is set (still to work in frontend for add) 2005-08-17 19:40:02 +00:00
rwm.h
rwmconf.c
rwmdn.c
rwmmap.c plug leaks; fix map initialization 2005-08-01 22:40:18 +00:00
seqmod.c
slapover.txt
syncprov.c More optimization for CSN filter checks 2005-08-15 07:18:19 +00:00
translucent.c
unique.c

This directory contains a number of SLAPD overlays, some
project-maintained, some not.  Some are generally usable,
others are purely experimental.