Working with Lockdown Documents

Working with Lockdown Documents

Tutorials >

What is Lockdown?

A document with a lockdown password can enforce certain restrictions (such as read-only) on a document unless you enter the proper lockdown password. Lockdown documents are mostly used to provide pre-configured documents to users which cannot be modified or where users cannot read the password in a connection's credential configuration. Before you can configure a "Lockdown" document, you must enable document Encryption in the Security settings of the document properties (see also Working with Documents).

 

A locked down document behaves like this:

 

Note

While we understand the case to create documents which allows users to log on to production servers without knowing the actual password, we still think that many problems and security related issues can come up with this approach. The lockdown feature is intended to help you to better manage your documents and prevent users from easily and accidentally obtaining a confidential password. However, depending on your scenario, this approach may not be “bullet proof” or give you the desired results. There are also many restrictions and side-effects which are applied to the workflow when you lock down a document. So make sure you fully test all workflows before you release any documents to your users!

 

Configure Lockdown

A Royal TS document can be protected by a password. Once configured, you need to enter the password to open a document. To enable password protection, follow these steps:

  1. In the Navigation panel, select the document to protect by a password.
  2. Right-click on the selected document and select the Properties menu item. Alternatively you can use the Properties command on the EDIT ribbon tab.
  3. In the document properties dialog, select Security.
  4. Check the Enable Encryption option.
  5. Enter and confirm the password.
  6. Switch to the Lockdown tab.
  7. Check the Encrypt complete file option.
  8. Click the Set Lockdown Password.
  9. Enter and confirm the lockdown password.
  10. Choose one or more restrictions.
  11. Click OK.

 

Lock and Unlock Lockdown Documents

To unlock a lockdown document, right-click the document and select Unlock Document. Royal TS will then ask for the lockdown password. The padlock icon next to the document will change to an open padlock.

To lock a lockdown document, right-click the document and select Lock Document. The padlock icon next to the document will change to a locked padlock.

 

Note

Restrictions when using Lockdown Documents

 

To ensure that passwords cannot be easily obtained, some restrictions apply to Locked documents:

  • Replacement Tokens: Secure properties (such as $EffectivePassword$ or $CredentialPassword$) are not resolved in command tasks, key sequence tasks, connections or templates.
  • Ad Hoc Connections: Ad hoc connections are basically duplicates of the original connection which are placed in the Application document’s Ad Hoc folder. During this process, none of the secure properties are copied over to the ad hoc connection. Connections configured to use username and password will fail to logon. Connections using assigned credentials will logon successfully because there is no secure property transferred to the ad hoc connection, only the reference to an existing credential.
  • Copy/Move of Connections to other Documents: all copy or move operations from a Locked document to another document are prohibited.
  • Terminal Connection based on the PuTTY plugin: since PuTTY needs the password passed on through the command-line, we will only support auto logon for Terminal connections using the Rebex plugin.
  • VNC based on UltraVNC and TightVNC: like the PuTTY based plugin, the UltraVNC and TightVNC connections are established by passing on the password through the command-line. Auto logon for VNC connection is therefore not supported for locked down documents which do not allow to reveal passwords.
  • Web Page Connections with Auto Fill: Using secure properties (such as $EffectivePassword$ or $CredentialPassword$ in web page auto fill will not be supported when a document is locked down.
  • Scripting: Access to secure properties of locked down documents using script is also not supported.