/etc/globus-rls-server.conf is in globus-rls-server 4.9-13.
This file is owned by root:root, with mode 0o600.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 | # Database connection options
db_user dbuser
db_pwd yourdbpasswordgoeshere
odbcini /etc/globus-rls-server-odbc.ini
pidfile /var/run/globus-rls-server.pid
update_immediate true # Propagate changes to RLI quickly
# LRC options
lrc_server true # Indicates this is a LRC server
lrc_dbname lrc1000 # DSN for LRC database
# RLI options
rli_server true # Indicates this is an RLI server
rli_dbname rli1000 # DSN for RLI database
# Access control. There may be multiple acl options, each one
# is a regular expression which is matched against the user's Distinguished
# Name in is X.509 certificate, followed by a colon and a whitespace
# separated list of privs, which are all, lrc_read, lrc_update, rli_read,
# rli_update, stats and admin. If you use a grid-mapfile to map DNs to
# local usernames you may specify those instead of DNs.
acl .*: all
# Here are all the configuration options with default values:
# acl [no default]
# authentication true
# db_pwd changethis
# db_user dbperson
# idletimeout 900
# loglevel 0
# logtype syslog # Use "syslog" or "syslog-ng"
# lrc_bloomfilter_numhash 3
# lrc_bloomfilter_ratio 10
# lrc_dbname lrc1000
# lrc_server false
# maxbackoff 300
# maxconnections 100
# maxfreethreads 5
# maxthreads 30
# myurl rls://hostname:port
# odbcini $GLOBUS_LOCATION/var/odbc.ini
# pidfile $GLOBUS_LOCATION/var/<programname>.pid
# port 39281
# rli_bloomfilter false
# rli_bloomfilter_dir none # Use "none", "default" or dir path
# rli_dbname rli1000
# rli_expire_int 28800
# rli_expire_stale 86400
# rli_server false
# rlscertfile /etc/grid-security/hostcert.pem
# rlskeyfile /etc/grid-security/hostkey.pem
# startthreads 3
# timeout 30
# update_bf_int 900
# update_buftime 30
# update_factor 10
# update_immediate false
# update_ll_int 86400
# update_retry 300
|