Configuring the Telnet locking feature
For example, you may have a situation where you want to allow your end user's to be able to change the Connections and the Device settings but none of the other Telnet settings.
1. To hide one or more Telnet configuration features, look at the Telnet feature lock table and locate the desired feature or features that you want to hide.
Refer to Telnet feature lock table for the complete list of values.
2. To hide a single feature, type the value of the desired feature in the LockTelnet= value.
For example, if you want to hide the Security tab, change the 0 to a 4 as shown here in red:
[BZSetup]
Lock=0
LockFTP=0
LockFTPSession=0
LockFTPConnection=0
LockFTPInitialCommands=0
LockFTPMiscellaneous=0
LockFTPSchedule=0
LockFTPFirewall=0
LockFTPSecurity=0
LockFTPCertificate=0
LockTelnet=4
LockDisplay=4
FontLock=No
ShowLockedDialogs=Yes
DisableAppendToClipboard=No
3. To hide multiple features, add the values of the desired features together and type the sum in the LockTelnet= value.
For example, if you want to hide the Firewall tab and the Security Server tab, add the value of 64 and 128 together for a total of 192 as shown here in red:
[BZSetup]
Lock=0
LockFTP=0
LockFTPSession=0
LockFTPConnection=0
LockFTPInitialCommands=0
LockFTPMiscellaneous=0
LockFTPSchedule=0
LockFTPFirewall=0
LockFTPSecurity=0
LockFTPCertificate=0
LockTelnet=192
LockDisplay=40
FontLock=No
ShowLockedDialogs=Yes
DisableAppendToClipboard=No
CAUTION
Do not use either the LOCKALLCONFIG ( Lock=-1) or the SESSIONLOCK (Lock=64) settings in conjunction with the Telnet locking feature. Using either of these settings, makes it impossible for your end users to access BlueZone's Telnet settings which defeats the purpose of the feature.