This file is indexed.

/usr/share/dirsrv/inf/dsupdate.map is in 389-ds-base 1.3.7.10-1ubuntu1.

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
# BEGIN COPYRIGHT BLOCK
# Copyright (C) 2009 Red Hat, Inc.
# All rights reserved.
#
# License: GPL (version 3 or any later version).
# See LICENSE for details. 
# END COPYRIGHT BLOCK
#
# [Parameter resolution rules]
# * If the right-hand value is in ` (backquote), the value is eval'ed by perl.
#   The output should be stored in $returnvalue to pass to the internal hash.
# * If the right-hand value is in " (doublequote), the value is passed as is.
# * If the right-hand value is not in any quote, the value should be found
#   in either of the setup inf file (static) or the install inf file (dynamic).
# * Variables surrounded by @ (e.g., /etc/dirsrv/config) are replaced with the 
#   system path at the compile time.
# * The right-hand value can contain variables surrounded by % (e.g., %asid%)
#   which refers the right-hand value (key) of this map file.
# 
fqdn =			FullMachineName
dsid =			ServerIdentifier
ds_user =		SuiteSpotUserID
ds_port =		ServerPort
rootdn =		RootDN

schema_dir =    schema_dir
lock_dir =      lock_dir
tmp_dir =       tmp_dir
cert_dir =      cert_dir
ldif_dir =      ldif_dir
bak_dir =       bak_dir
inst_dir =      inst_dir
log_dir =       log_dir
config_dir =    config_dir
db_dir =        db_dir
run_dir =       run_dir