Skip to content

Commit

Permalink
Add password security
Browse files Browse the repository at this point in the history
  • Loading branch information
mickenordin committed Dec 11, 2024
1 parent 3d5457c commit c6cdae3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/xrootd/xrootd-server.cfg.erb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ if exec xrootd
xrd.protocol http:<%= @xrootd_port %> libXrdHttp.so
xrd.port <%= @xrootd_port %>
fi
xrootd.seclib libXrdSec.so
sec.protocol libXrdSecpwd.so pwd -a:1

# Upon last testing, the plugin did not yet work in async mode
xrootd.async off
Expand Down

0 comments on commit c6cdae3

Please sign in to comment.