mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-23 08:09:34 -05:00
Currently, slapd links libsystemd to notify service state to systemd. However, libsystemd link several unnecessary libraries, which increases security risks. The systemd documentation provides a method to send state notifications to systemd using a simple protocol without the need to link against libsystemd. https://www.freedesktop.org/software/systemd/man/devel/sd_notify.html |
||
|---|---|---|
| .. | ||
| backend.c | ||
| bind.c | ||
| client.c | ||
| config.c | ||
| connection.c | ||
| daemon.c | ||
| epoch.c | ||
| epoch.h | ||
| extended.c | ||
| init.c | ||
| libevent_support.c | ||
| lload-config.h | ||
| lload.h | ||
| lloadd.service | ||
| main.c | ||
| Makefile.in | ||
| Makefile_module.in | ||
| Makefile_server.in | ||
| module_init.c | ||
| monitor.c | ||
| operation.c | ||
| proto-lload.h | ||
| tier.c | ||
| tier_bestof.c | ||
| tier_roundrobin.c | ||
| tier_weighted.c | ||
| upstream.c | ||
| value.c | ||