|
This section of conf/texis.ini controls license updates
applied via the Vortex <vxcp applylicense> function (e.g. the
Webinator admin GUI) to the monitor schedule server. See also the
settings in the [Scheduler] section, which control the schedule
server.
- User
-
The user in the Default Database
SYSUSERS table to
authenticate Vortex <vxcp applylicense> requests against.
This is typically set to webinator by the Texis/Webinator
installer, when it creates the GUI admin account.
The password provided in applylicense requests will be
verified against this user's password hash in SYSUSERS before
applying the requested license. The default User is unset, which
disables applying license updates via <vxcp applylicense>,
i.e. updates must be done manually by copying to the
license.upd file in the install dir and running texis
-update. Added in version 6.
- Require Password
-
Nonzero if
applylicense requests must contain a password.
Default is 1 (i.e. yes). Note that even if this is 0 (no password
required), if the User account has a password, it still
must be provided in the applylicense request and match.
Added in version 6.
- Require Secure
-
Nonzero if
applylicense requests must be made securely
(i.e. via SSL). Default is 1. Added in version 6.
- Require Remote Network
-
IP network address (with optional bits) that
applylicense
requests must be made from. E.g. setting "192.168.0.0/16"
would only allow requests from that network. The default is unset,
i.e. allow requests from any address. But note that the schedule
server is typically bound to 127.0.0.1 (local host) only (see
BindAddress here), so requests
are by default only accessible from the local machine anyway. Added
in version 6.
- Terse Messages
-
An integer set of bit flags. If bit 0 is set, use shorter messages
in
<vxcp applylicense> replies. If bit 1 is set, use shorter
messages in monitor.log, especially for rejected license
update attempts. The default is 0. Enabling this can increase the
difficulty of debugging problems. Added in version 6.
Copyright © Thunderstone Software Last updated: Sun Mar 17 21:14:49 EDT 2013
|