mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-12 10:54:48 +08:00
95f65ff352
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 "*". |
||
---|---|---|
.. | ||
accesslog.c | ||
allop.c | ||
auditlog.c | ||
collect.c | ||
denyop.c | ||
dyngroup.c | ||
dynlist.c | ||
glue.c | ||
lastmod.c | ||
Makefile.in | ||
overlays.c | ||
pcache.c | ||
ppolicy.c | ||
README | ||
refint.c | ||
retcode.c | ||
rwm.c | ||
rwm.h | ||
rwmconf.c | ||
rwmdn.c | ||
rwmmap.c | ||
seqmod.c | ||
slapover.txt | ||
syncprov.c | ||
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.