HTTPS authentication with local unix user

0

I have an Ubuntu desktop machine running Apache, connected to the workplace LAN. All users of my team have unix accounts on this machine. Is it possible to allow some webpages to be served via https only with password protection, and with username and password authenticated by the unix system?

kabZX

Posted 2016-12-26T16:40:19.423

Reputation: 669

Answers

1

It's possible using third-party modules such as mod_authnz_pam, or mod_authn_sasl (when configured to use saslauthd as the pwcheck method – which itself then calls PAM).

user1686

Posted 2016-12-26T16:40:19.423

Reputation: 283 655