From 811a5995e6339ba90b27a2284b4c002285b3f382 Mon Sep 17 00:00:00 2001 From: kirill reshke Date: Sat, 15 May 2021 15:57:03 +0500 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 15afa303..0525385c 100644 --- a/README.md +++ b/README.md @@ -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