Skip to content
This repository was archived by the owner on Oct 10, 2019. It is now read-only.

Commit c065485

Browse files
Merge pull request #72 from brianhlin/sw3409_wn_proxy_defaults
Disable blahp proxy renewal/limited proxies by default
2 parents 1a8f6f5 + b4c54ad commit c065485

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/blah.config.template

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ BLAHPD_ACCOUNTING_INFO_LOG=
1212

1313
#Set to yes if you wish to disable BLAH's machinery for transferring
1414
#or delegating proxies to the worker node where a job is running. (default = no)
15-
blah_disable_wn_proxy_renewal=
15+
blah_disable_wn_proxy_renewal=yes
1616

1717
#Set to yes to enable delegation (instead of copy) of renewed proxies
1818
#to worker nodes. NOTE: limited *and* delegated proxes are not
@@ -21,7 +21,7 @@ blah_disable_wn_proxy_renewal=
2121
blah_delegate_renewed_proxies=
2222

2323
#Set to yes to disable creation of a limited proxy. (default = no)
24-
blah_disable_limited_proxy=
24+
blah_disable_limited_proxy=yes
2525

2626
#max number of concurrent threads to serve commands (default = 500)
2727
blah_max_threaded_cmds=50

0 commit comments

Comments
 (0)