]> git.ipfire.org Git - thirdparty/cups.git/commit
Use PAM password-auth or system-auth if present 892/head
authorZdenek Dohnal <zdohnal@redhat.com>
Wed, 14 Feb 2024 08:35:05 +0000 (09:35 +0100)
committerZdenek Dohnal <zdohnal@redhat.com>
Wed, 14 Feb 2024 08:35:05 +0000 (09:35 +0100)
commitb63c4a962bf3cde8f3bcae166945521a42ebb560
treefac1b40fb7d41279f378e586c455a1fcd0666ea6
parent9dbeca76607bbb045ef72f941b6d152d68d62f7b
Use PAM password-auth or system-auth if present

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?
conf/pam.password [new file with mode: 0644]
conf/pam.system [new file with mode: 0644]
config-scripts/cups-pam.m4