From 5a31e049ee342ec5874447796bc3978310306afb Mon Sep 17 00:00:00 2001 From: Sol Jerome Date: Fri, 3 Jun 2011 13:28:46 -0500 Subject: bcfg2-server: Add the ability to listen on specific interfaces (#1013) Signed-off-by: Sol Jerome --- man/bcfg2.conf.5 | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'man/bcfg2.conf.5') diff --git a/man/bcfg2.conf.5 b/man/bcfg2.conf.5 index f2e47b7ac..b1acce7c3 100644 --- a/man/bcfg2.conf.5 +++ b/man/bcfg2.conf.5 @@ -37,6 +37,12 @@ using the 'bcfg2-admin init' command. The file monitor used to watch for changes in the repository. Values of 'gamin', 'fam', or 'pseudo' are valid. +.TP +.B listen_all +This setting tells the server to listen on all available interfaces. The +default is to only listen on those interfaces specified by the bcfg2 +setting in the components section of bcfg2.conf. + .TP .B plugins A comma-delimited list of enabled server plugins. Currently available -- cgit v1.2.3-1-g7c22 From 437f61a1bf60bd884b9bcfd177e60922df596fb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Holger=20Wei=C3=9F?= Date: Sat, 4 Jun 2011 23:52:02 +0200 Subject: Document the "decision" option in bcfg2.conf(5) Add documentation for the "decision" option to the bcfg2.conf(5) man page. Also, note that it can be overridden using "-l none" on the bcfg2(1) command line. --- man/bcfg2.conf.5 | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'man/bcfg2.conf.5') diff --git a/man/bcfg2.conf.5 b/man/bcfg2.conf.5 index b1acce7c3..44d8beb50 100644 --- a/man/bcfg2.conf.5 +++ b/man/bcfg2.conf.5 @@ -290,6 +290,10 @@ Global paranoid settings for Paths (defaults to false) These options only affect client functionality, specified in the [client] section. +.TP +.B decision +Specify the server decision list mode (whitelist or blacklist). + .TP .B drivers Specify tool driver set to use. This option can be used to explicitly -- cgit v1.2.3-1-g7c22 From 3fdaa9f7baf648ed6e4fa70e892605147cf9252e Mon Sep 17 00:00:00 2001 From: Sol Jerome Date: Mon, 6 Jun 2011 18:30:46 -0500 Subject: =?UTF-8?q?Options:=20Set=20default=20encoding=20to=20UTF-8=20(as?= =?UTF-8?q?=20per=20Holger=20Wei=C3=9F's=20suggestion)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Sol Jerome --- man/bcfg2.conf.5 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'man/bcfg2.conf.5') diff --git a/man/bcfg2.conf.5 b/man/bcfg2.conf.5 index 44d8beb50..786f69f9a 100644 --- a/man/bcfg2.conf.5 +++ b/man/bcfg2.conf.5 @@ -410,9 +410,7 @@ eg: bcfg2 = https://10.3.1.6:6789 .TP .B encoding -Text encoding of configuration files. Defaults to the system default -encoding. - +Text encoding of configuration files. Defaults to UTF-8. .SH LOGGING OPTIONS Specified in the [logging] section. These options control the server -- cgit v1.2.3-1-g7c22 From 61898874c8acc06fe5b3ce07de341a20d857e997 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Holger=20Wei=C3=9F?= Date: Mon, 20 Jun 2011 17:02:40 +0200 Subject: Document serverCommonNames in bcfg2.conf(5) Describe the serverCommonNames option which can be specified in the [communication] section of the bcfg2.conf(5) file. --- man/bcfg2.conf.5 | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'man/bcfg2.conf.5') diff --git a/man/bcfg2.conf.5 b/man/bcfg2.conf.5 index 786f69f9a..7cd04a0b7 100644 --- a/man/bcfg2.conf.5 +++ b/man/bcfg2.conf.5 @@ -378,6 +378,11 @@ Communication protocol to use. Defaults to xmlrpc/ssl. .B retries A client-only option. Number of times to retry network communication. +.TP +.B serverCommonNames +A client-only option. A colon-separated list of Common Names the client +will accept in the SSL certificate presented by the server. + .TP .B user A client-only option. The UUID of the client. -- cgit v1.2.3-1-g7c22