summarylogtreecommitdiffstats
path: root/installer.properties
blob: 05cc78344d6eb442cb1cd651263b9704386b144e (plain)
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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
# -------------------------------------------------------------------
# W A R N I N G
#
#    If you install CmapTools in the same directory of a previous
#    installation, the installer will preserve your cmaps and
#    resources.
#
# -------------------------------------------------------------------
# How to Install CmapTools in Silent Mode using a properties file.
#
# 1. Fill in all properties values corresponding with your
#    CmapTools's configuration.
#
# 2. To run the installer type the following command:
#
#            CmapTools_vx.xx_dd-mm-yy -f installer.properties
#
#      Where:
#	          vx.xx is the CmapTools version.
#	          mm-dd-yy is the publishing date.
#
#       You may use direct or relative paths to the properties file.
#
# -------------------------------------------------------------------
# Silent Mode Installation
#

INSTALLER_UI=SILENT

# -------------------------------------------------------------------
#Installation Type,
#

CONFIGURATION=Advanced

# -------------------------------------------------------------------
# Choose Install Folder.
# The full path to the directory in which the CmapTools will be
# installed.
#
# You can use "/" as the file separator for all platforms, but if you
# use "\", you must escape all special characters with an additional
# "\". See the samples:
#
# Windows:  C\:\\Program Files\\IHMC CmapTools
# Windows:  C:/Program Files/IHMC CmapTools
# Mac OS X: /Applications/IHMC CmapTools
# Linux:    /usr/local/IHMC CmapTools

USER_INSTALL_DIR=/opt/cmaptools

# -------------------------------------------------------------------
# Choose a Shortcut, Alias or Link Folder
# The full path to the directory in which the installer can install the
# shortcuts, alias or link to run CmapTools.
#
# You can use "/" as the file separator for all platforms, but if you
# use "\", you must escape all special characters with an additional
# "\". See the samples:
#
# Windows:  C\:\\Users\\John\\AppData\\Roaming\\Microsoft\\Windows\\
#		Start Menu\\Programs\\IHMC CmapTools
# Mac OS X: /Users/Ann/Desktop
# Linux:    /home/Robert/Desktop

USER_SHORTCUTS=/usr/share/applications

# -------------------------------------------------------------------
# CmapTools permanently stores all userids and passwords
# that the user provides when accessing resources in servers or for
# collaboration. If this computer is shared with other users and each
# user does not have a separate account, or if the same account is used
# by more than one user, it is recommended that these userids and
# passwords not be saved permanently.
#
# Set 1 to Keep all User IDs and Passwords across sessions (default).
# Set 0 to Delete all User IDs and Passwords at the end of each session

KEEP_USERIDS=1

# -------------------------------------------------------------------
# CmapTools stores information (userid, passwords, preferences, etc.) in a
# User Profile directory.
#
# Leave this entry blank to use the default location to store this information
# depending on your operating system.
#
# For network or laboratory environments, you should indicate
# a network drive and/or path.
#
# You can use "/" as the file separator for all platforms, but if you
# use "\", you must escape all special characters with an additional
# "\". See the samples:
#
# Windows:  H:\\data\\CmapTools\\profile
# Mac OS X: /Users/john/Library/preferences/CmapTools/profile
# Linux:    /home/mary/CmapTools/profile

USER_PROFILE=

# -------------------------------------------------------------------
# CmapTools stores information (Cmaps and Resources) in a User
# "My Cmaps" directory.
#
# Leave this entry blank to use the default location to store this
# information depending on your operating system.
#
# You can use "/" as the file separator for all platforms, but if you
# use "\", you must escape all special characters with an additional
# "\". See the samples:
#
# For network or laboratory environments, you should indicate a
# network drive and/or path.
#
# Windows:  H:\data\CmapTools\My Cmaps
# Mac OS X: /Users/john/preferences/CmapTools/My Cmaps
# Linux:    /home/mary/CmapTools/My_Cmaps

USER_MYCMAPS=

# -------------------------------------------------------------------
#The Cmap Recorder could be start automatically.
#
# A record of all edits made within each Cmap will be recorded and
# saved automatically with the Cmap.
#
# This option can be changed later from the General tab in the
# CmapTools Preferences panel.
#
# This feature will increase Cmap file sizes and may reduce the speed
# of the Cmap client, therefore it should be used with caution.
#
# Set 1 to start Cmap Recorder automatically.
# Set 0 to do not start Cmap Recorder (default).

AUTO_RECORDER=0

# -------------------------------------------------------------------
# The Cmap Recorder could be run in Audit Mode.
#
# All Cmap changes will be recorded automatically and the user will not
# be allowed to turn off the Cmap Recorder.
#
# Set 1 to run Cmap Recorder in Audit Mode.
# Set 0 to do not run Cmap Recorder in Audit Mode (default).

STOP_RECORDER=0

# -------------------------------------------------------------------
# CmapTools supports PKI authentication for communication with
# secure servers.
#
# Set true to enable PKI authentication.
# Set false to disable PKI authentication (default).

pki.enable=false

# -------------------------------------------------------------------
# PKI settings
#
# To enable PKI authentication using Windows certificate settings

pki.ms.cert=

# -------------------------------------------------------------------
# PKI settings
#
# The path name to the PKCSI12 file containing the user's
# certificate and his private key.

pki.keystore=

# -------------------------------------------------------------------
# PKI settings
#
# Password to unlock the private key.

pki.keystore.password=

# -------------------------------------------------------------------
# PKI settings
#
# The path name to the X.509 file containing the trusted
# CA certificate.

pki.ca.certificate=

# -------------------------------------------------------------------
# PKI settings
#
# The hostname of the LDAP server to retrieve Certificate
# Revocation Lists (CRLs).

pki.ldap.host=

# -------------------------------------------------------------------
# PKI settings
#
# The port number of the LDAP server to retrieve Certificate
# Revocation Lists (CRLs).

# The default is 389.

pki.ldap.port=389

# -------------------------------------------------------------------
# PKI settings
#
# Select the security protocol to communicate with the
# LDAP Server.
#    - TLS (Transport Layer Security Protocol)
#    - SSL (Secure Socket Layer Protocol)

pki.ldap.mode=tls

# -------------------------------------------------------------------
# CmapTools provides an option to automatically record an
# audit trail in a log file that can be used to diagnose any
# problems that might occur.
#
# Set 1 to create the log files.  (Default).
# Set 0 to do not create the log files

LOGS=1

# -------------------------------------------------------------------
# This parameter specifies the path to the directory where
# log files are created.
#
#                 %h = user home directory
#                 %t = user temporary directory
#
# If you delete this entry the default value is: %h/logs

LOGS_PATH=%h/.cmaptools/CmapToolsLogs

# -------------------------------------------------------------------
# This parameter specifies the prefix of the log file name.
#
# The log file name is generated using this prefix and a
# counter. For example: cmaptools0.log, cmaptools1.log, etc.,
# with cmaptools0.log as the most recently modified.
#
# If you delete this entry the default value is: cmaptools

LOGS_PREFIX=cmaptools

# -------------------------------------------------------------------
# This parameter specifies the maximum size (in bytes)
# of each log file.
#
# When the maximum size is reached, a new log file is
# created.
#
# If you delete this entry the default value is:  5242880  (5 MB)

LOGS_SIZE=5242880

# -------------------------------------------------------------------
# This parameter specifies the maximum number of log files
# that can be created.
#
# When the maximum number is reached, the oldest log file
# gets removed.
#
# If you delete this entry the default value is:  3

LOGS_NO=3