]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Update default PAM service (cups instead of other)
authorMichael R Sweet <michael.r.sweet@gmail.com>
Tue, 3 Dec 2019 02:27:47 +0000 (21:27 -0500)
committerMichael R Sweet <michael.r.sweet@gmail.com>
Tue, 3 Dec 2019 02:27:47 +0000 (21:27 -0500)
doc/help/man-ippeveprinter.html
man/ippeveprinter.1
tools/ippeveprinter.c

index 63da758efd722cdf470272e20ed5016a822a145d..bcd91ae48036b423cfa0556445f50f8b68b9071c 100644 (file)
@@ -94,7 +94,7 @@ The following options are recognized by
 <dd style="margin-left: 5.0em">Disable the web interface forms used to update the media and supply levels.
 <dt><b>--pam-service </b><i>service</i>
 <dd style="margin-left: 5.0em">Set the PAM service name.
-The default service is "other".
+The default service is "cups".
 <dt><b>--version</b>
 <dd style="margin-left: 5.0em">Show the CUPS version.
 <dt><b>-2</b>
index 28e54acc4c69195f032b9c9f947e97354449dbc5..fa32efb2e5e1bef9c4e078ae63648b279f68100f 100644 (file)
@@ -96,7 +96,7 @@ Disable the web interface forms used to update the media and supply levels.
 .TP 5
 \fB\-\-pam\-service \fIservice\fR
 Set the PAM service name.
-The default service is "other".
+The default service is "cups".
 .TP 5
 .B \-\-version
 Show the CUPS version.
index e076ec22e8d5487e87e36f00158c05fc4a4b2708..41954a570c76d1750765bd21399c126a69bd8e32 100644 (file)
@@ -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 */