03254981cb
- update to version 1.12 * Add GSSAPI extensions for constructing MIC tokens using IOV lists * Add a FAST OTP preauthentication module for the KDC which uses RADIUS to validate OTP token values. * The AES-based encryption types will use AES-NI instructions when possible for improved performance. - revert dependency on libcom_err-mini-devel since it's not yet available - update and rebase patches OBS-URL: https://build.opensuse.org/request/show/213903 OBS-URL: https://build.opensuse.org/package/show/network/krb5?expand=0&rev=114
13 lines
437 B
Diff
13 lines
437 B
Diff
Set the default PATH to the one set by login.
|
|
|
|
--- krb5/src/clients/ksu/Makefile.in
|
|
+++ krb5/src/clients/ksu/Makefile.in
|
|
@@ -1,6 +1,6 @@
|
|
mydir=clients$(S)ksu
|
|
BUILDTOP=$(REL)..$(S)..
|
|
-DEFINES = -DGET_TGT_VIA_PASSWD -DPRINC_LOOK_AHEAD -DCMD_PATH='"/bin /local/bin"'
|
|
+DEFINES = -DGET_TGT_VIA_PASSWD -DPRINC_LOOK_AHEAD -DCMD_PATH='"/usr/local/sbin /usr/local/bin /sbin /bin /usr/sbin /usr/bin"'
|
|
|
|
KSU_LIBS=@KSU_LIBS@
|
|
PAM_LIBS=@PAM_LIBS@
|