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 |