Home
last modified time | relevance | path

Searched refs:overlays (Results 1 – 25 of 81) sorted by relevance

1234

/netbsd/src/external/bsd/openldap/dist/contrib/slapd-modules/samba4/
DREADME3 This directory contains slapd overlays specific to samba4 LDAP backend:
53 These overlays are only set up to be built as a dynamically loaded modules.
57 If you need to build the overlays statically, you will have to move them
58 into the slapd/overlays directory and edit the Makefile and overlays.c
/netbsd/src/external/bsd/openldap/dist/servers/slapd/overlays/
DREADME1 This directory contains a number of SLAPD overlays, some
3 others are purely experimental. Additional overlays can
Dslapover.txt78 get unwieldy if a lot of overlays were being used, but there was also another
93 and the set of overlays configured on a backend are treated like a stack; i.e.,
116 all of its entry points are in the BackendInfo structure. When overlays are in
132 overlays on the backend will also get a chance to handle this internal request.
134 the rest of the overlays, by calling through on_info->oi_orig. You should be
135 careful in choosing this approach, since it precludes other overlays from doing
143 overlays are two complementary examples of this usage. The chain overlay
148 servers to be cached locally. In both cases the overlays must provide a bit of
DMakefile.in16 SRCS = overlays.c \
43 overlays.o
/netbsd/src/external/gpl3/binutils/dist/ld/emultempl/
Dspuelf.em261 /* Go find if we need to do anything special for overlays. */
273 rough layout so that overlays can be found. */
278 /* Find overlays by inspecting section vmas. */
281 einfo (_("%X%P: can not find overlays: %E\n"));
623 { "no-overlays", no_argument, NULL, OPTION_SPU_NO_OVERLAYS },
646 --no-overlays No overlay handling\n"));
666 code in overlays\n"));
680 --soft-icache Generate software icache overlays\n"));
/netbsd/src/external/bsd/openldap/dist/contrib/slapd-modules/smbk5pwd/
DREADME78 slapd/overlays directory and edit the Makefile and overlays.c to reference
/netbsd/src/external/bsd/openldap/dist/tests/scripts/
Dtest086-delta-consumer-config98 olcModulePath: ../servers/slapd/overlays
113 olcModulePath: ../servers/slapd/overlays
127 olcModulePath: ../servers/slapd/overlays
Dtest081-totp95 olcModulePath: $TESTWD/../servers/slapd/overlays
Dtest062-config-delete78 olcModulePath: $TESTWD/../servers/slapd/overlays
Dtest053-syncprov-glue230 olcModulePath: $TESTWD/../servers/slapd/overlays
296 olcModulePath: $TESTWD/../servers/slapd/overlays
Dtest080-hotp90 olcModulePath: $TESTWD/../servers/slapd/overlays
Dtest064-constraint74 olcModulePath: $TESTWD/../servers/slapd/overlays
Dtest057-memberof-refint77 olcModulePath: ../servers/slapd/overlays
Dtest066-autoca184 olcModulePath: $TESTWD/../servers/slapd/overlays
Dtest082-remoteauth107 olcModulePath: $TESTWD/../servers/slapd/overlays
/netbsd/src/external/bsd/openldap/dist/servers/slapd/
Dbackover.c35 static slap_overinst *overlays; variable
952 for ( tmp = overlays; tmp != NULL; tmp = tmp->on_next ) { in overlay_register()
1012 on->on_next = overlays; in overlay_register()
1013 overlays = on; in overlay_register()
1030 return overlays; in overlay_next()
1044 slap_overinst *on = overlays; in overlay_find()
DMakefile.in21 SUBDIRS=back-* slapi overlays pwmods
281 cd overlays && $(MAKE) $(MFLAGS) dynamic
328 cd overlays && $(MAKE) $(MFLAGS) static
/netbsd/src/external/bsd/openldap/dist/
DANNOUNCEMENT39 * New overlays
71 * New contrib overlays
/netbsd/src/external/bsd/openldap/dist/servers/slapd/back-monitor/
DREADME185 The main entry contains the type of overlays available at run-time;
188 overlays are enabled.
/netbsd/src/external/bsd/openldap/dist/contrib/slapd-modules/
DREADME7 This directory contains native-API slapd modules (overlays etc):
/netbsd/src/external/bsd/openldap/dist/doc/guide/admin/
DMakefile43 overlays.sdf \
Dmaster.sdf60 !include "overlays.sdf"; chapter
Dappendix-changes.sdf53 H3: New overlays
Doverlays.sdf12 is enabled, they may be dynamically loaded. Most of the overlays
21 Essentially, overlays represent a means to:
29 When using {{slapd.conf}}(5), overlays that are configured before any other
42 All distributed core overlays have a man page. Feel free to contribute to any,
46 Official overlays are located in
48 > servers/slapd/overlays/
52 development of custom overlays.
54 Contribware overlays are located in
61 All the current overlays in OpenLDAP are listed and described in detail in the
1505 As a consequence, each overlays function is called, if defined,
[all …]
/netbsd/src/external/bsd/openldap/dist/contrib/slapd-modules/addpartial/
DREADME56 the last overlay configured so it will run before the other overlays.

1234