CREATE AUTHENTICATION
Creates and enables an authentication method associated with users or roles. Vertica enables the authentication method automatically.
Syntax
CREATE AUTHENTICATION auth-method-name METHOD 'auth-type' access-method
Parameters
Name | Description |
---|---|
auth-method-name |
Name of the authentication method to create, where auth-method-name conforms to conventions described in Identifiers. |
auth-type |
The authentication method type to use, one of the following:
For details, see Supported Client Authentication Methods. |
access-method |
The access method the client uses to connect, specified in one of the following ways:
|
Privileges
DBADMIN
Examples
See Creating authentication records.