This file is indexed.

/usr/share/doc/nordugrid-arc-doc/examples/arc_gridftp_se.conf is in nordugrid-arc-doc 1.3.4-1.

This file is owned by root:root, with mode 0o644.

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
# Out-of-the-box MINIMAL configuration example for a standalone gridftp-based 
# Storage Element with gacl and unix access control. Consult the 
# arc.conf.reference for other configuration options and detailed explanations. 
# REQUIREMENTS: valid host certificate and authentication config, a proper
# grid-mapfile (see [common] block config values)
# You can "start the SE" with the gridftpd startup script.
# WARNING: logrotation will NOT work with this template.
# Currenlty, logrotation only works if log files are place in the default
# location /var/log/arc/.
# To enable default locations, simply comment out all configuration options
# for logfiles location, ie:
#  #logfile="/tmp/grid-manager.log"


[common]
# If hostname -f does not return FQDN, uncomment and customize the following.
#hostname="thishost.thisdomain.eu"
x509_user_key="/etc/grid-security/hostkey.pem"
x509_user_cert="/etc/grid-security/hostcert.pem"
x509_cert_dir="/etc/grid-security/certificates"
gridmap="/etc/grid-security/grid-mapfile"

#gridftp server config
[gridftpd]
user="root"
debug="3"
logfile="/tmp/gridftpd.log"
logsize="100000 2"
pidfile="/tmp/gridftpd.pid"
port="2811"
allowunknown="no"
globus_tcp_port_range="9000,9300"
globus_udp_port_range="9000,9300"

#config of the "exported" directory 
[gridftpd/unixacl]
plugin="fileplugin.so"
path="/unixacl"
mount="/tmp/"
dir="/ nouser read cd dirlist delete create *:* 664:664 mkdir *:* 775:775"

#config of the "exported" directory
[gridftpd/gacl]
plugin="gaclplugin.so"
path="/gacl"
mount="/tmp"