Searched refs:overlays (Results 1 – 25 of 81) sorted by relevance
1234
| /netbsd/src/external/bsd/openldap/dist/contrib/slapd-modules/samba4/ |
| D | README | 3 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/ |
| D | README | 1 This directory contains a number of SLAPD overlays, some 3 others are purely experimental. Additional overlays can
|
| D | slapover.txt | 78 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
|
| D | Makefile.in | 16 SRCS = overlays.c \ 43 overlays.o
|
| /netbsd/src/external/gpl3/binutils/dist/ld/emultempl/ |
| D | spuelf.em | 261 /* 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/ |
| D | README | 78 slapd/overlays directory and edit the Makefile and overlays.c to reference
|
| /netbsd/src/external/bsd/openldap/dist/tests/scripts/ |
| D | test086-delta-consumer-config | 98 olcModulePath: ../servers/slapd/overlays 113 olcModulePath: ../servers/slapd/overlays 127 olcModulePath: ../servers/slapd/overlays
|
| D | test081-totp | 95 olcModulePath: $TESTWD/../servers/slapd/overlays
|
| D | test062-config-delete | 78 olcModulePath: $TESTWD/../servers/slapd/overlays
|
| D | test053-syncprov-glue | 230 olcModulePath: $TESTWD/../servers/slapd/overlays 296 olcModulePath: $TESTWD/../servers/slapd/overlays
|
| D | test080-hotp | 90 olcModulePath: $TESTWD/../servers/slapd/overlays
|
| D | test064-constraint | 74 olcModulePath: $TESTWD/../servers/slapd/overlays
|
| D | test057-memberof-refint | 77 olcModulePath: ../servers/slapd/overlays
|
| D | test066-autoca | 184 olcModulePath: $TESTWD/../servers/slapd/overlays
|
| D | test082-remoteauth | 107 olcModulePath: $TESTWD/../servers/slapd/overlays
|
| /netbsd/src/external/bsd/openldap/dist/servers/slapd/ |
| D | backover.c | 35 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()
|
| D | Makefile.in | 21 SUBDIRS=back-* slapi overlays pwmods 281 cd overlays && $(MAKE) $(MFLAGS) dynamic 328 cd overlays && $(MAKE) $(MFLAGS) static
|
| /netbsd/src/external/bsd/openldap/dist/ |
| D | ANNOUNCEMENT | 39 * New overlays 71 * New contrib overlays
|
| /netbsd/src/external/bsd/openldap/dist/servers/slapd/back-monitor/ |
| D | README | 185 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/ |
| D | README | 7 This directory contains native-API slapd modules (overlays etc):
|
| /netbsd/src/external/bsd/openldap/dist/doc/guide/admin/ |
| D | Makefile | 43 overlays.sdf \
|
| D | master.sdf | 60 !include "overlays.sdf"; chapter
|
| D | appendix-changes.sdf | 53 H3: New overlays
|
| D | overlays.sdf | 12 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/ |
| D | README | 56 the last overlay configured so it will run before the other overlays.
|
1234