RDBMS
Overview
This authentication method stores user accounts in a relational database, e.g. MySQL or PostgreSQL.
Configuration
The rdbms
method uses an outgoing connection pool of type rdbms
with the default
tag - it has to be defined in the outgoing_pools
section.
Example
Authentication:
1 2 |
|
Outgoing pools:
1 2 3 4 5 6 |
|