Update README.md

This commit is contained in:
kirill reshke 2021-05-15 15:57:03 +05:00 committed by GitHub
parent c877d40b29
commit 811a5995e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -45,7 +45,9 @@ Each defined pool can have separate authentication, pooling mode and limits sett
#### Authentication
Odyssey has full-featured `SSL/TLS` support and common authentication methods
like: `md5` and `clear text` both for client and server authentication.
like: `md5` and `clear text` both for client and server authentication.
Odyssey supports PAM & LDAP authentication, this methods operates similarly to `clear text` auth except that it uses
PAM/LDAP to validate user name/password pairs. PAM optionally checks the connected remote host name or IP address.
Additionally it allows to block each pool user separately.
#### Logging