mirror of
https://github.com/foxcpp/maddy.git
synced 2026-02-11 02:02:54 +02:00
7 lines
248 B
Markdown
7 lines
248 B
Markdown
# Authentication providers
|
|
|
|
Most authentication providers are also usable as a table
|
|
that contains all usernames known to the module. Exceptions are auth.external and
|
|
pam as underlying interfaces do not define a way to check credentials
|
|
existence.
|