59c3b1a0f7
GSS Proxy allows processes to perform GSSAPI operations, such as Kerberos authentication, through a privileged daemon. This separates credential handling from the application and lets services access keytabs and credential caches without holding the privileges directly. WWW: https://github.com/gssapi/gssproxy Sponsored by: Netzkommune GmbH Required for: FreeIPA server port
12 lines
380 B
Makefile
12 lines
380 B
Makefile
--- Makefile.am.orig 2026-07-21 10:54:51 UTC
|
|
+++ Makefile.am
|
|
@@ -283,6 +283,8 @@ edit_cmd = $(SED) \
|
|
|
|
edit_cmd = $(SED) \
|
|
-e 's|@sbindir[@]|$(sbindir)|g' \
|
|
+ -e 's|@sysconfdir[@]|$(sysconfdir)|g' \
|
|
+ -e 's|@socketname[@]|$(socketname)|g' \
|
|
-e 's|@localstatedir[@]|$(localstatedir)|g' \
|
|
-e 's|@libdir[@]|$(libdir)|g' \
|
|
-e 's|@gpclidir[@]|$(gpclidir)|g'
|