Versions Compared

Key

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

...

The following XML configuration elements are required to specify the use of the Credential Store:

Status
titleMP
 Please simplify this 

The CredeitialStoreFragments element will have nececesery information (e.g. location of Credential store, access password etc.) required by YADE to retrrive the encrypted inforation. 

Tehe CredetialStoreFragments can be referencesdy by ProtocolFragements to retrive and apply user and server information in the file transfer. 

 

  • A CredentialStoreFragments element at the same level in the XML hierarchy as the Protocol Fragments elements.
    • This element can have one or more child Credential Store Fragment elements (described below).
  • A CredentialStoreFragment element that is referenced from the ProtocolFragment. This Fragment specifies the location of and authentication required for the Credential Store.
    • Password, key file and combined password/key file authentication methods are possible.
  • A CredentialStoreFragmentRef element as a child element of the Protocol Fragment element - in the current example this is the FTPFragment
  • The values of the connection and authentication elements are modified to refer to elements stored within the Credential Store.

...

Parameters stored in a Credential Store database Entry can be addressed addressed in the CredentialStoreFragment XML element as follows:

  • The CSEntryPath element is used to specify the base path in the Credential Store database to the Credential Store Entry. In the example this is set to:
    • demo/ftp/demo_on_test.sos-berlin.com
      Status
      titleMP
       please change it to base path
      Where demo and ftp are (optional) Group names, as specified above, and demo_on_test.sos-berlin.com is the Title of the Entry.

...