Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Minor correction to text

...

Note that a Master Key file can be used to provide further protection for the database. This is described in the Advanced Configuration section of this article below.

Anchor
add_entry
add_entry
Adding

...

connection information to the Credential Store

Configuration Connection configuration information is stored in the Credential Store as an Entry and Entries can be organized into Groups.

The following information can be stored fields are available for storing information in a CS Entry:

  • Title: The identifier for the Entry, this could be a string containing, for example, the host name/server name.
  • User name: The user identification of a user account who is authenticated for the operation.
  • Password: Assigned password for a user account or passphrase for a private key.
  • URL: The host name/server name or IP address of the server.
  • Notes: This block can be used to specify additional parameters for the file transfer.
  • File Attachment & Custom String Fields: Files such as PGP or SSH private keys can be stored as attachments.
    • A first attachment file is specified as an attachment .
    • Further attachments files are specified using my_custom_field parameters String field parameter / value pair.
      YADE will retrieve the contents of an attached file at run-time - intermediate or temporary files are not created when reading attachments.
      Note that attachments Attachments and String Fields are specified in the KeePass GUI via the AdvancedEdit Entry tab.

...