Security Principles
Every user possesses a security principle. In the web interface, the banner contains the principle for the current authenticated user.

Figure 1. Banner
# This is licmon.swd/security.tcl
vtk_security <username>|-group <vovusergroup> <principle> <hostlist>
Available principles are USER and ADMIN. The hostlist can be a single host name, a list of hosts, or a + wildcard character to represent all hosts. The host specification controls which hosts the user is allowed to have the associated security principle from. With regards to the web interface, this will always be the Monitor server machine. The CLI, however, allows for remote connectivity that can be used to perform Monitor system administration. The host specification provides granular control over the user/host combinations that are allowed to perform CLI administration commands.
# This is licmon.swd/security.tcl
vtk_security cadmgr ADMIN +
vtk_security joe ADMIN +
vtk_security -group queuemgrs ADMIN 192.168.10.1-192.168.10.55
vtk_security + USER +
Windows Domain Accounts
# This is the security.tcl file.
vtk_security "MYDOMAIN/joe" ADMIN +
The same should be applied for all other security principle assignments for Windows domain accounts.
Register Security Changes
% vovproject enable licmon
% vovproject reread
% vovproject sanity