OpenPrinting / cups

OpenPrinting CUPS Sources
https://openprinting.github.io/cups
Apache License 2.0
958 stars 174 forks source link

Use PAM password-auth or system-auth if present #892

Closed zdohnal closed 4 months ago

zdohnal commented 4 months ago

This PR is actually based on one really old patch we have in Fedora, which enables possibility to use PAM modules password-auth or system-auth if they exist during compilation.

Those PAM modules looks to be used for remote, respective local authentication, in Linux. Would it be possible to add their support into CUPS?