summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorMichael Sweet <michael.r.sweet@gmail.com>2017-12-07 11:50:32 -0500
committerMichael Sweet <michael.r.sweet@gmail.com>2017-12-07 11:50:32 -0500
commitac05c63065808b421fd02225164e31cbe1e2506f (patch)
treeddd4fe27a3cadc77085a13468922564a2397ffe5 /conf
parent1576d09baf481066ad73768ec8c5d269d33241ee (diff)
downloadcups-ac05c63065808b421fd02225164e31cbe1e2506f.tar.gz
Fix PAM module detection and add support for the "common-*" includes used on
Ubuntu (Issue #5185) conf/pam.common: PAM definition that uses system-wide default (common) modules. config-scripts/cups-pam.m4: Add PAM module directory search paths, look for common includes. configure: Regenerate.
Diffstat (limited to 'conf')
-rw-r--r--conf/pam.common3
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/pam.common b/conf/pam.common
new file mode 100644
index 000000000..e2c7a9935
--- /dev/null
+++ b/conf/pam.common
@@ -0,0 +1,3 @@
+@include common-auth
+@include common-account
+@include common-session