R66AuthentConfig

Waarp R66 Authentication Configuration File

authent

  • comment:string Optional

entry Multiple(1:n)

Used to initialize remote Hosts table at setup or with client with no database support

  • hostid:nonEmptyString

    Host ID of remote Host

  • address:address (DNS or IP)

    Address of remote host (IP or DNS entry)

  • port:nonNulInteger

    Port associated with the Address of the remote Host

  • isssl:booleanType default="False"

    True if this Address Entry is for SSL mode

  • admin:booleanType Optional default="False"

    True if this Address Entry allows Admin access through R66 Protocol

  • isclient:booleanType Optional default="False"

    True if this Address Entry is for a Client

  • keyfile:GGP-File choice 1

    GoldenGate Password File containing the password for this host

  • key:nonEmptyString choice 2

    GoldenGate Password for this host

Example:

<?xml version="1.0" encoding="UTF-8"?>
<authent xmlns:x0="http://www.w3.org/2001/XMLSchema">
    <comment>example for ServerA</comment>
    <entry>
        <hostid>hosta</hostid>
        <address>127.0.0.1</address>
        <port>6666</port>
        <isssl>False</isssl>
        <keyfile>D:\GG\R66\certs\test-passwd.ggp</keyfile>
    </entry>
    <entry>
        <hostid>hostas</hostid>
        <address>127.0.0.1</address>
        <port>6667</port>
        <isssl>True</isssl>
        <admin>True</admin>
        <keyfile>D:\GG\R66\certs\test-passwd.ggp</keyfile>
    </entry>
    <entry>
        <hostid>hostb</hostid>
        <address>127.0.0.1</address>
        <port>6676</port>
        <isssl>False</isssl>
        <isclient>False</isclient>
        <keyfile>D:\GG\R66\certs\test-passwd2.ggp</keyfile>
    </entry>
    <entry>
        <hostid>hostbs</hostid>
        <address>127.0.0.1</address>
        <port>6677</port>
        <isssl>True</isssl>
        <admin>True</admin>
        <key>a5847a6ebb2eb5230554eb160326e7b1f53a193d9c6ee1b0</key>
    </entry>
    <entry>
        <hostid>test</hostid>
        <address>127.0.0.1</address>
        <port>6670</port>
        <isssl>False</isssl>
        <isclient>True</isclient>
        <keyfile>D:\GG\R66\certs\test-passwd3.ggp</keyfile>
    </entry>
    <entry>
        <hostid>tests</hostid>
        <address>127.0.0.1</address>
        <port>6670</port>
        <isssl>True</isssl>
        <admin>True</admin>
        <isclient>True</isclient>
        <keyfile>D:\GG\R66\certs\test-passwd3.ggp</keyfile>
    </entry>
</authent>