summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2019-12-02 21:27:47 -0500
committerMichael R Sweet <michael.r.sweet@gmail.com>2019-12-02 21:27:47 -0500
commit71023b17005b94a2b2c9df01fcd360b5717b3a36 (patch)
treeac00b60857e8aeeeef5248e8488c1f2f3a5f9c7a /tools
parent5d2ac21a005c3bafc7ef75ce3f8e51a036121a8e (diff)
downloadcups-71023b17005b94a2b2c9df01fcd360b5717b3a36.tar.gz
Update default PAM service (cups instead of other)
Diffstat (limited to 'tools')
-rw-r--r--tools/ippeveprinter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ippeveprinter.c b/tools/ippeveprinter.c
index e076ec22e..41954a570 100644
--- a/tools/ippeveprinter.c
+++ b/tools/ippeveprinter.c
@@ -427,7 +427,7 @@ main(int argc, /* I - Number of command-line args */
case 'A' : /* -A (enable authentication) */
if (!PAMService)
- PAMService = "other";
+ PAMService = "cups";
break;
case 'D' : /* -D device-uri */