apply 871491
OBS-URL: https://build.opensuse.org/package/show/network:ldap/sssd?expand=0&rev=241
This commit is contained in:
parent
aa8f556321
commit
bf4ece58e7
10
sssd.changes
10
sssd.changes
@ -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>
|
||||
|
||||
|
@ -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" \
|
||||
|
Loading…
Reference in New Issue
Block a user