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
|
Name of the authentication method to use, one of the following:
|
access‑method |
The access method the client uses to connect, specified in one of the following ways:
|
Privileges
DBADMIN
Examples
See Creating Authentication Records.