summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2018-11-08 09:24:48 -0500
committerMichael R Sweet <michael.r.sweet@gmail.com>2018-11-08 09:24:48 -0500
commit8d32a3f93313041d990a45bccb99d433cdbde3fd (patch)
treebdd28d790775d32f147a2ad12e8a82949ff0220b /man
parent9eacf61969314738435cd28fd6a14a70dbc692ee (diff)
downloadcups-8d32a3f93313041d990a45bccb99d433cdbde3fd.tar.gz
Disable SNMP supply levels when the community name is cleared (Issue #5354)
backend/snmp-supplies.c: - Look for empty community name. cups/snmp.c: - Allow empty community name. man/cups-snmp.conf.man: - Document behavior of empty community name.
Diffstat (limited to 'man')
-rw-r--r--man/cups-snmp.conf.man3
1 files changed, 2 insertions, 1 deletions
diff --git a/man/cups-snmp.conf.man b/man/cups-snmp.conf.man
index 25137eee8..23e7eb849 100644
--- a/man/cups-snmp.conf.man
+++ b/man/cups-snmp.conf.man
@@ -6,7 +6,7 @@
.\"
.\" Licensed under Apache License v2.0. See the file "LICENSE" for more information.
.\"
-.TH snmp.conf 5 "CUPS" "10 June 2014" "Apple Inc."
+.TH snmp.conf 5 "CUPS" "8 November 2018" "Apple Inc."
.SH NAME
snmp.conf \- snmp configuration file for cups
.SH DESCRIPTION
@@ -32,6 +32,7 @@ There is no default for the broadcast address.
Specifies the community name to use.
Only a single community name may be specified.
The default community name is "public".
+If no name is specified, all SNMP functions are disabled.
.TP 5
\fBDebugLevel \fInumber\fR
Specifies the logging level from 0 (none) to 3 (everything).