iso(1).org(3).dod(6).internet(1).private(4).enterprises(1).peavey(24603).nion(1).nionode(1)
. SNMP subagent functionality is unchanged. A new MIB definition reflecting these changes can be found at: NWare\plugins\pion\doc\PEAVEY-NION-NIONODE-MIB-V2.my
.The xml file should be in the form :
<kiosk>
<name value="kiosk_test" />
<compile_id value="" /> <!-- only necessary if there are multiple compiles of the
same project on the network -->
<deploy_id value="" /> <!-- only necessary if there are multiple deployments of the
same project on the network -->
<username value="3" />
<hash value="" /> <!-- can use prehashed password if you don't want to store the
password in plain text in this file -->
<password value="3" />
<hide_root_tab value="true" /> <!-- defaults to false -->
<hide_cursors value="true" /> <!-- defaults to false -->
</kiosk>
Note: The 'hash' referred to above can be generated within NWare by pressing Ctrl-Shift-H. A Generate Hash dialog will be displayed. You should enter the same username used in this xml and a password. The resulting hash code should be entered within the <hash value=''" /> quotation marks. Use only the hash or password element, not both. Obviously, the username and password (explicit or the hash) used here, must match the username and password stored in the deployed project.
Added support for direct CAB control. Here is how to set it up:
conman -adapters
and press Enter.A list of discovered adapters will be shown with a Device ID:...
line which shows how Windows refers to the adapter.
\Device...
to the end.conman.cfg.xml
file in a text editor.<cab_adapter value='\Device\{3bcabbb8-8809-41e2-8e0f-d4c98fdfe6e3}' />
Note: This line is the example from the file, but the part within the {}'s needs to be the one you got from the printout of adapters. This functionality will be included as an automatic part of future ControlManager installers.
Bring to Front
command to not work properly if there were wires in the container window.