Skip to content

Commit 02a0cd9

Browse files
author
Diego Davila
committed
make xrootd to find the proper libXrdSec shared library instead of setting a fixed version
1 parent 8dc84bc commit 02a0cd9

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)