Skip to content

Commit 9ec5487

Browse files
committed
Fix configuration file substitutions
Fixes: https://fedorahosted.org/gss-proxy/ticket/138 Signed-off-by: Simo Sorce <[email protected]> Reviewed-by: Lukas Slebodnik <[email protected]>
1 parent f2b4591 commit 9ec5487

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

proxy/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ edit_cmd = $(SED) \
234234
-e 's|@sbindir[@]|$(sbindir)|g' \
235235
-e 's|@localstatedir[@]|$(localstatedir)|g' \
236236
-e 's|@libdir[@]|$(libdir)|g' \
237-
-e 's|@gpstatedir[@]|$(prefix)|g'
237+
-e 's|@gpclidir[@]|$(gpclidir)|g'
238238

239239
replace_script = \
240240
@rm -f $@ $@.tmp; \

proxy/examples/gssproxy.conf.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
[service/nfs-client]
1212
mechs = krb5
1313
cred_store = keytab:/etc/krb5.keytab
14-
cred_store = ccache:FILE:@gpstatedir@/clients/krb5cc_%U
15-
cred_store = client_keytab:@gpstatedir@/clients/%U.keytab
14+
cred_store = ccache:FILE:@gpclidir@/krb5cc_%U
15+
cred_store = client_keytab:@gpclidir@/%U.keytab
1616
cred_usage = initiate
1717
allow_any_uid = yes
1818
trusted = yes

0 commit comments

Comments
 (0)