Config2_GatewayAuthenticator

Gateway authentication configuration. Allows CompleteFTP users to authenticate by connecting to a remote FTP/SFTP server. If authentication succeeds on the remote server, the user is authenticated locally.

Instances of this class are obtained from:

Properties

PropertyTypeDescription
enabled Boolean

Whether this authenticator is enabled.

logInAsUser String

User to log in as when this authenticator succeeds.

profiles Config2_GatewayProfileManager

Profile manager for gateway server connections.

Property Details

enabled :Boolean

Description:
  • Whether this authenticator is enabled.

Whether this authenticator is enabled.

Type:
  • Boolean

logInAsUser :String

Description:
  • User to log in as when this authenticator succeeds. If empty, the authenticated user's own account is used.

User to log in as when this authenticator succeeds. If empty, the authenticated user's own account is used.

Type:
  • String

profiles :Config2_GatewayProfileManager

Description:
  • Profile manager for gateway server connections. Multiple remote servers can be configured; they are tried in order.

Profile manager for gateway server connections. Multiple remote servers can be configured; they are tried in order.

Type: