Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • authentication
    The Authentication object of the Source document is a subset of the full Authentication object in that it only uses the 'username' and 'password' fields. The Database Harvester uses the username and password from the Authentication object as database credentials (if needed).
    • username
    • password
      Note: The password field in the Authentication object is currently clear text. If the string value placed in password is clear text it is not encrypted by Infinit.e. Encryption of the password field is planned for a future release.
  • database
    The Database object 
    • databaseType
      The type of RDBMS to connect to. Valid values currently include: mysql, db2, oracle, mssqlserver, sybase.
    • hostname
      The hostname of the database server to connect to, i.e. "my.databaseserver.com" in the example above.
    • port
      The port that the database accepts incoming connections on.

...