; InterSoft International, Inc. - Software Administrative Template file for use with the Group Policy snap-in. ; Copyright 2006 InterSoft International, Inc. All rights reserved. ; ; ----------------------------------------------------------------------------------------- CLASS USER CATEGORY !!InterSoftSettings KEYNAME "SOFTWARE\Policies\InterSoft International, Inc." POLICY !!EnableFipsMode EXPLAIN !!EnableFipsMode_Explain VALUENAME "Enable FIPS Mode" VALUEON NUMERIC 2 VALUEOFF NUMERIC 0 END POLICY POLICY !!SavePasswords EXPLAIN !!SavePasswords_Explain VALUENAME "Save Passwords" VALUEON NUMERIC 1 VALUEOFF NUMERIC 0 END POLICY POLICY !!DisableKerberos EXPLAIN !!DisableKerberos_Explain VALUENAME "Disable Kerberos" VALUEON NUMERIC 1 VALUEOFF NUMERIC 0 END POLICY POLICY !!NoCustomizableMenu EXPLAIN !!NoCustomizableMenu_Explain VALUENAME "Disable customize menu" VALUEON NUMERIC 1 VALUEOFF NUMERIC 0 END POLICY POLICY !!NoCustomizableDialog EXPLAIN !!NoCustomizableDialog_Explain VALUENAME "Disable customize dialog" VALUEON NUMERIC 1 VALUEOFF NUMERIC 0 END POLICY END CATEGORY [strings] // -----------------------------------------// // Do not localize anything above this line // // -----------------------------------------// // ---------- // // Categories // // ---------- // InterSoftSettings="InterSoft Software Settings" // -------- // // Policies // // -------- // EnableFipsMode="Enable FIPS Mode" SavePasswords="Save Passwords" DisableKerberos="Disable Kerberos" NoCustomizableMenu="Disable the customizable menu" NoCustomizableDialog="Disable the customizable dialog" // --------- // // Help Text // // --------- // EnableFipsMode_Explain="If this policy is enabled, SecureNetTerm will run in FIPS mode. This option will not take effect until SecureNetTerm is restarted." SavePasswords_Explain="If this policy is disabled, users will not be able to save passwords in SecureNetTerm and SecureFTP. This option will not take effect until SecureNetTerm and SecureFTP are restarted." DisableKerberos_Explain="If this policy is enabled, SecureNetTerm and SecureFTP will have kerberos based authentication disabled. This option will not take effect until SecureNetTerm and SecureFTP are restarted." NoCustomizableMenu_Explain="If this policy is enabled, SecureNetTerm will not display the customize menu as a result of a right mouse click on command bars." NoCustomizableDialog_Explain="If this policy is enabled, SecureNetTerm will not display the customize dialog."