mirror of
https://github.com/foxcpp/maddy.git
synced 2025-04-05 14:07:38 +03:00
6 lines
248 B
Markdown
6 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.
|