This file is indexed.

/etc/dpm-mysql/dpm-srmv2.2.conf is in dpm-srm-server-mysql 1.8.10-1build3.

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
47
48
49
50
51
#
# $Id: dpm-srmv2.2.sysconfig.mysql 9306 2013-08-15 06:51:53Z dhsmith $
#
# @(#)$RCSfile: dpm-srmv2.2.sysconfig.mysql,v $ $Revision: 9306 $ $Date: 2013-08-15 08:51:53 +0200 (Thu, 15 Aug 2013) $ CERN/IT/ADC/CA Jean-Damien Durand
#
# should the dpm-srmv2.2 daemon run?
# any string but "yes" will equivalent to "NO"
#
RUN_SRMV2DAEMON="no"
#
# should we run with another limit on the number of file descriptors than the default?
# any string will be passed to ulimit -n
#ULIMIT_N=4096
#
###############################################################################################
# Change and uncomment the variables below if your setup is different than the one by default #
###############################################################################################

#ALLOW_COREDUMP="yes"

#######################
# DPM SRMv2.2 variables #
#######################

# - DPM host : please change !!!!!!
DPM_HOST=`hostname -f`

# - DPM Name Server host : please change !!!!!!
DPNS_HOST=`hostname -f`

# - Number of SRM threads :
#NB_THREADS=20

# - SRMv2 log file :
#SRMV2DAEMONLOGFILE="/var/log/dpm-srmv2.2/log"

# - DPM configuration file :
#DPMCONFIGFILE="/etc/DPMCONFIG"

####################
# Globus variables #
####################

# - gridmapdir location
#GRIDMAPDIR=/etc/grid-security/gridmapdir

# - grid-mapfile location
#GRIDMAP=/etc/grid-security/grid-mapfile

# - make sure we use globus pthread model
export GLOBUS_THREAD_MODEL="pthread"