File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -72,9 +72,9 @@ if defined ?StashCacheSciTokensConf && defined ?~XROOTD4
7272else if defined ?~XROOTD4
7373 ofs.authlib libXrdAccSciTokens.so config =/run/stash-cache-auth/scitokens.conf
7474else if defined ?StashCacheSciTokensConf
75- ofs.authlib +++ libXrdAccSciTokens.so config =$StashCacheSciTokensConf
75+ ofs.authlib ++ libXrdAccSciTokens.so config =$StashCacheSciTokensConf
7676else
77- ofs.authlib +++ libXrdAccSciTokens.so config =/run/stash-cache-auth/scitokens.conf
77+ ofs.authlib ++ libXrdAccSciTokens.so config =/run/stash-cache-auth/scitokens.conf
7878fi
7979
8080# Pass the bearer token to the Xrootd authorization framework.
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ if defined ?StashOriginSciTokensConf && defined ?~XROOTD4
6868else if defined ?~XROOTD4
6969 ofs.authlib libXrdAccSciTokens.so config =/run/stash-origin-auth/scitokens.conf
7070else if defined ?StashOriginSciTokensConf
71- ofs.authlib +++ libXrdAccSciTokens.so config =$StashOriginSciTokensConf
71+ ofs.authlib ++ libXrdAccSciTokens.so config =$StashOriginSciTokensConf
7272else
73- ofs.authlib +++ libXrdAccSciTokens.so config =/run/stash-origin-auth/scitokens.conf
73+ ofs.authlib ++ libXrdAccSciTokens.so config =/run/stash-origin-auth/scitokens.conf
7474fi
Original file line number Diff line number Diff line change 11Name: xcache
22Summary: XCache scripts and configurations
3- Version: 1.5.4
3+ Version: 1.5.5
44Release: 1%{?dist }
55License: Apache 2.0
66Group: Grid
@@ -292,6 +292,9 @@ mkdir -p %{buildroot}%{_sysconfdir}/grid-security/xrd
292292%config %{_sysconfdir }/xrootd/config.d/03-redir-tuning.cfg
293293
294294%changelog
295+ * Wed Jan 27 2021 Brian Lin <blin@cs.wisc.edu> - 1.5.5-1
296+ - Fix ofs.authlib append syntax (SOFTWARE-4431)
297+
295298* Tue Jan 26 2021 Brian Lin <blin@cs.wisc.edu> - 1.5.4-1
296299- Update configuration to append SciTokens to the auth list for XRootD
297300 5+ (SOFTWARE-4431)
You can’t perform that action at this time.
0 commit comments