SHA256
1
0
forked from pool/openldap2
Go to file
Jan Engelhardt 17245dd92c Accepting request 1190307 from home:jamborm:gcc14test-m
- Backported one hunk from upstream commit fb9e6a81bbee as
  openldap2-fb9e6a81bbee.patch to fix incompatible pointer type being
  passed to a function which is diagnosed as an error by GCC 14.

If the request is OK, please forward it to Factory soon so that we can
switch the default compiler.  Thanks!

OBS-URL: https://build.opensuse.org/request/show/1190307
OBS-URL: https://build.opensuse.org/package/show/network:ldap/openldap2?expand=0&rev=323
2024-07-31 04:59:13 +00:00
_multibuild Accepting request 1190307 from home:jamborm:gcc14test-m 2024-07-31 04:59:13 +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
fixup-modulepath.sh Accepting request 1190307 from home:jamborm:gcc14test-m 2024-07-31 04:59:13 +00:00
gcc14.patch 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-fb9e6a81bbee.patch Accepting request 1190307 from home:jamborm:gcc14test-m 2024-07-31 04:59:13 +00:00
openldap2.changes Accepting request 1190307 from home:jamborm:gcc14test-m 2024-07-31 04:59:13 +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 Accepting request 1190307 from home:jamborm:gcc14test-m 2024-07-31 04:59:13 +00:00
openldap-2.6.7.tgz Accepting request 1190307 from home:jamborm:gcc14test-m 2024-07-31 04:59:13 +00:00
openldap-2.6.7.tgz.asc Accepting request 1190307 from home:jamborm:gcc14test-m 2024-07-31 04:59:13 +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>