This file is indexed.

/usr/share/cipux/etc/cipux-cat-web.ini is in libcipux-cat-web-perl 3.4.0.3-4.2.

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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
# +=========================================================================+
# || /usr/share/cipux-cat-web/cipux-cat-web.ini                            ||
# ||                                                                       ||
# || Configuration file for CipUX-CAT-Web.                                 ||
# ||                                                                       ||
# || Copyright (C) 2006 - 2010 by Christian Kuelker                        ||
# ||                                                                       ||
# || License: GNU General Public license - GNU GPL version 2               ||
# ||          or (at your opinion) any later version                       ||
# +=========================================================================+

# IMPORTANT: This is the CipUX-CAT-Web boostrap configuration. Do _NOT_ modify
# this file: /usr/share/cipux/etc/cipux-cat-web.ini
#
# If you want to modify this file as an administrator, you should copy this
# file to /etc/cipux/cipux-cat-web.init and modify it there. If you are a
# system integrator, you should distribute a modified version to
# /usr/share/cipux/etc/cat-web.d/cipux-cat-web.ini
# Remove this notice, if you copied this file.


[base]

# Default value = /var/log/cipux-cat-web
catweb_debug_dir = /var/log/cipux-cat-web

# Turn on (1) and off (0) debug output in catweb_debug_dir
# Default value = 0
catweb_debug = 0

# Default value  = /usr/share/cipux/etc/cipux-cat-web.log4perl
catweb_l4pconf = /usr/share/cipux/etc/cipux-cat-web.log4perl

# Login dialog language: (Locale::Maketext tag)
# Possible values: (See [language] section)
# Default value = en
catweb_login_language = en

# Login dialog theme:
# Possible values:  (See [theme] section)
# Default value = default
catweb_login_theme = default

# Default value = http://localhost:8001/RPC2
catweb_rpc_server = http://localhost:8001/RPC2

# demo mode (if you run a demo server, set this to 1)
catweb_demo = 0

[language]

# Which language can the user choose:
#i Possible values: en, de, da, fr
# Default values: en
# Format: Locale::Maketext langauage tag = English Name (that will be translated)

en     = English
da     = Danish
fr     = French
de     = German
ja     = Japanese
#

[theme]

# Which theme can the user choose:
# Possible values: default
# Default values: default
# Format: Theme Name = 0|1 (0 = off, 1 = on)
default = 1
Berlin  = 1
Zeuthen = 1