Skip to content

Commit c6bb18d

Browse files
authored
Merge pull request #187 from ddavila0/xrootd-5_fix
make xrootd to find the proper libXrdSec shared library
2 parents 8dc84bc + 02a0cd9 commit c6bb18d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

osgtest/tests/test_150_xrootd.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
XROOTD_CFG_TEXT = """\
99
cms.space min 2g 5g
10-
xrootd.seclib /usr/lib64/libXrdSec-4.so
10+
xrootd.seclib libXrdSec.so
1111
sec.protocol /usr/lib64 gsi -certdir:/etc/grid-security/certificates \
1212
-cert:/etc/grid-security/xrd/xrdcert.pem \
1313
-key:/etc/grid-security/xrd/xrdkey.pem \

0 commit comments

Comments
 (0)