From 8d32a3f93313041d990a45bccb99d433cdbde3fd Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Thu, 8 Nov 2018 09:24:48 -0500 Subject: 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. --- man/cups-snmp.conf.man | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'man') 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). -- cgit v1.2.1