From 5ca6e01b8354d6e1b8f89905c04d959ec4440c80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Obih=C3=B6rnchen?= Date: Sat, 22 Sep 2018 02:29:13 +0200 Subject: [PATCH] [Docu] Correct default xcatsslversion It's TLSv1 not SSLv3 anymore. --- perl-xCAT/xCAT/Schema.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-xCAT/xCAT/Schema.pm b/perl-xCAT/xCAT/Schema.pm index bd8989e7a..c5ab4ce9f 100755 --- a/perl-xCAT/xCAT/Schema.pm +++ b/perl-xCAT/xCAT/Schema.pm @@ -1308,7 +1308,7 @@ passed as argument rather than by table value', " xcatdport: The port used by the xcatd daemon for client/server communication.\n\n" . " xcatiport: The port used by xcatd to receive install status updates from nodes.\n\n" . " xcatlport: The port used by xcatd command log writer process to collect command output.\n\n" . -" xcatsslversion: The ssl version by xcatd. Default is SSLv3.\n\n" . +" xcatsslversion: The ssl version by xcatd. Default is TLSv1.\n\n" . " xcatsslciphers: The ssl cipher by xcatd. Default is 3DES.\n\n", value => 'The value of the attribute specified in the "key" column.', comments => 'Any user-written notes.',