Locking features at the site level

When you lock features at the site level, all of the sessions in that site have the same lock values. When you create new sessions in the site, the lock values you set will be automatically applied.

If you want the sessions in a site to have different lock values, you can lock some features at the session level. Refer to Locking features at the session level for more information.

  1. On the web server, navigate to the site and template folder that you want to change. For example, navigate to the C:\Inetpub\wwwroot\MySite\template folder.
  2. Open the default.ini file in a text editor.
  3. In the [Configuration Lock Feature] section, locate the following entries:
    Lock=0
    LockFTP=0
    LockFTPSession=0
    LockFTPConnection=0
    LockFTPInitialCommands=0
    LockFTPMiscellaneous=0
    LockFTPSchedule=0
    LockFTPFirewall=0
    LockFTPSecurity=0
    LockFTPCertificate=0
    LockTelnet=0
  4. Edit the lock entries as needed:
    • To lock a single feature, enter the feature value in the corresponding entry.
    • To lock multiple features, add the feature values together, and enter the sum in the corresponding entry.
    Entry Description
    Lock= Locks the BlueZone features.

    Refer to BlueZone feature lock values for the list of feature values.

    LockFTP= Locks the BlueZone Secure FTP commands.

    Refer to BlueZone Secure FTP command lock values for the list of feature values.

    LockFTPSession=
    LockFTPConnection=
    LockFTPInitialCommands=
    LockFTPMiscellaneous=
    LockFTPSchedule=
    LockFTPFirewall=
    LockFTPSecurity=
    LockFTPCertificate=
    Locks the individual BlueZone Secure FTP features.

    Refer to BlueZone Secure FTP individual feature lock values for the list of feature values.

    LockTelnet= Locks the BlueZone Telnet features.

    Refer to BlueZone Telnet feature lock values for the list of feature values.

  5. Save and close the file.