AUTH
Syntax
AUTH [username] password
Module
connectionCategories
connection slowDescription
Authenticates the connection. If the username is not provided, the connection will be authenticated against the default ACL user. Otherwise, it is authenticated against the ACL user with the provided username.
Examples
- Go (Embedded)
- CLI
// Not available in embedded mode.
Authenticate against the default user:
> AUTH password
Authenticate against a specific user:
> AUTH username password