CakeFest 2025 Madrid: The Official CakePHP Conference

Voting

: five plus three?
(Example: nine)

The Note You're Voting On

perreal at lyon dot cemagref dot fr
23 years ago
To check passwords on a Unix-box, look at the mod_auth_external module for Apache, it uses external programs to do the real job. The server won't ever read the encrypted password.

One of them, pwauth, can be configured to use PAM or whatever is used on your system. Users that can run this program are configured at compile time. And this program can be called from PHP with exec(...).

<< Back to user notes page

To Top