From ad41b84496e16ef59c11a87437b10fc023c1d955 Mon Sep 17 00:00:00 2001 From: SeNS Date: Mon, 24 Jun 2024 22:59:28 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 38965a8..1ab9365 100644 --- a/README.md +++ b/README.md @@ -148,7 +148,7 @@ The uploaded files will be listed on the page, and you can delete them using the ## Issues / TODO There are two unresoved (yet) issues with the app: - - First, I suppose to use Python app, running as service, for the user authentication in the PHP scripts because I can't make the PAM PHP extension works 😒 Google's searches returned tonns of useless and non-working advises and suggestions; even ChatGPT can't resolve that issue. It looks like this module is deprecated but I can't find any working replacement. + - First, I have to use a Python app (running as a service), for the user authentication in the PHP scripts because I can't make the PAM PHP extension works 😒 Google's searches returned tonns of useless and non-working advises and suggestions; even ChatGPT can't resolve that issue. It looks like this module is deprecated but I can't find any working replacement. By the way, if I'll get PAM module working in PHP, Python app and auth.php will be replaced by very simple call: ``` if (pam_auth($username, $password))```