Go to file
2024-07-31 07:58:58 +00:00
_multibuild Accepting request 1190307 from home:jamborm:gcc14test-m 2024-07-31 04:59:13 +00:00
_scmsync.obsinfo [info=2f39dde991f1384b1d8ba2cad90d0170550808df6730ff46499157fa5368b379] 2024-07-31 07:58:58 +00:00
.gitattributes Accepting request 1190307 from home:jamborm:gcc14test-m 2024-07-31 04:59:13 +00:00
.gitignore Accepting request 1190307 from home:jamborm:gcc14test-m 2024-07-31 04:59:13 +00:00
0003-LDAPI-socket-location.dif Accepting request 1190307 from home:jamborm:gcc14test-m 2024-07-31 04:59:13 +00:00
0005-pie-compile.dif Accepting request 1190307 from home:jamborm:gcc14test-m 2024-07-31 04:59:13 +00:00
0008-In-monitor-backend-do-not-return-Connection0-entries.patch Accepting request 1190307 from home:jamborm:gcc14test-m 2024-07-31 04:59:13 +00:00
0016-Clear-shared-key-only-in-close-function.patch Accepting request 1190307 from home:jamborm:gcc14test-m 2024-07-31 04:59:13 +00:00
addonschema.tar.gz Accepting request 1190307 from home:jamborm:gcc14test-m 2024-07-31 04:59:13 +00:00
baselibs.conf Accepting request 1190307 from home:jamborm:gcc14test-m 2024-07-31 04:59:13 +00:00
build.specials.obscpio [info=2f39dde991f1384b1d8ba2cad90d0170550808df6730ff46499157fa5368b379] 2024-07-31 07:58:58 +00:00
fixup-modulepath.sh Accepting request 1190307 from home:jamborm:gcc14test-m 2024-07-31 04:59:13 +00:00
ldap-user.conf Accepting request 1190307 from home:jamborm:gcc14test-m 2024-07-31 04:59:13 +00:00
openldap2.changes [info=2f39dde991f1384b1d8ba2cad90d0170550808df6730ff46499157fa5368b379] 2024-07-31 07:58:58 +00:00
openldap2.conf Accepting request 1190307 from home:jamborm:gcc14test-m 2024-07-31 04:59:13 +00:00
openldap2.keyring Accepting request 1190307 from home:jamborm:gcc14test-m 2024-07-31 04:59:13 +00:00
openldap2.spec [info=2f39dde991f1384b1d8ba2cad90d0170550808df6730ff46499157fa5368b379] 2024-07-31 07:58:58 +00:00
openldap-2.6.8.tgz [info=2f39dde991f1384b1d8ba2cad90d0170550808df6730ff46499157fa5368b379] 2024-07-31 07:58:58 +00:00
openldap-2.6.8.tgz.asc [info=2f39dde991f1384b1d8ba2cad90d0170550808df6730ff46499157fa5368b379] 2024-07-31 07:58:58 +00:00
README.module-loading Accepting request 1190307 from home:jamborm:gcc14test-m 2024-07-31 04:59:13 +00:00
reproducible.patch Accepting request 1190307 from home:jamborm:gcc14test-m 2024-07-31 04:59:13 +00:00
sasl-slapd.conf Accepting request 1190307 from home:jamborm:gcc14test-m 2024-07-31 04:59:13 +00:00
schema2ldif Accepting request 1190307 from home:jamborm:gcc14test-m 2024-07-31 04:59:13 +00:00
slapd-ldif-update-crc.sh Accepting request 1190307 from home:jamborm:gcc14test-m 2024-07-31 04:59:13 +00:00
slapd.conf Accepting request 1190307 from home:jamborm:gcc14test-m 2024-07-31 04:59:13 +00:00
slapd.conf.example Accepting request 1190307 from home:jamborm:gcc14test-m 2024-07-31 04:59:13 +00:00
slapd.conf.olctemplate Accepting request 1190307 from home:jamborm:gcc14test-m 2024-07-31 04:59:13 +00:00
slapd.service Accepting request 1190307 from home:jamborm:gcc14test-m 2024-07-31 04:59:13 +00:00
start Accepting request 1190307 from home:jamborm:gcc14test-m 2024-07-31 04:59:13 +00:00
sysconfig.openldap Accepting request 1190307 from home:jamborm:gcc14test-m 2024-07-31 04:59:13 +00:00
update-crc.sh Accepting request 1190307 from home:jamborm:gcc14test-m 2024-07-31 04:59:13 +00:00

All of the OpenLDAP backends (except back-config) and overlays are now 
compiled as dynamic modules in our packages. If you want to use any of 
these in your setup make sure to put the correct "olcModuleLoad" or 
"moduleload" statements in your configuration.

For details please see the slapd-config(5) and slapd.conf(5) manpages
(depending on which config mechanism you use).

For a list of the included dynamic modules list all modules files:

ls /usr/lib*/openldap/*.so

Or just the backend files:

ls /usr/lib*/openldap/back_*.so

Documentations for the overlays can be found in the respective man pages or 
the OpenLDAP Administration Guide which is part of the "openldap2-doc" 
package.

Backend man-pages:
man 5 slapo-<back_name>

Overlays man-pages:
man 5 slapo-<name>