Jan Engelhardt 2021-02-19 18:34:39 +00:00 committed by Git OBS Bridge
parent aa8f556321
commit bf4ece58e7
2 changed files with 11 additions and 0 deletions

View File

@ -7,6 +7,16 @@ Fri Feb 19 17:30:58 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
* pam_sss_gss now support authentication indicators to further
harden the authentication.
-------------------------------------------------------------------
Fri Feb 12 15:55:37 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
- Pass --with-pid-path=%{_rundir} to configure: adjust rundir
according the distro settings, i.e. /run on modern systems.
Eliminates a systemd warning like this one in the journal:
Feb 12 12:33:32 zeus systemd[1]: /usr/lib/systemd/system/sssd.service:13:
PIDFile= references a path below legacy directory /var/run/,
updating /var/run/sssd.pid → /run/sssd.pid; please update the unit file accordingly.
-------------------------------------------------------------------
Fri Feb 5 12:56:44 UTC 2021 - Jan Engelhardt <jengelh@inai.de>

View File

@ -376,6 +376,7 @@ export LDFLAGS="-pie"
--with-environment-file="%_sysconfdir/sysconfig/sssd" \
--with-initscript=systemd \
--with-syslog=journald \
--with-pid-path="%_rundir" \
--enable-nsslibdir="/%_lib" \
--enable-pammoddir="/%_lib/security" \
--with-ldb-lib-dir="$LDB_DIR" \