From d53284d914768c2d005fae42d37e8eec896e2b10 Mon Sep 17 00:00:00 2001 From: lissav Date: Fri, 1 Mar 2013 13:05:34 +0000 Subject: [PATCH] add additional ssl settings for xcatd SF 3396 git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@15326 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/Schema.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/perl-xCAT/xCAT/Schema.pm b/perl-xCAT/xCAT/Schema.pm index bff4ec7ae..2af974d0e 100644 --- a/perl-xCAT/xCAT/Schema.pm +++ b/perl-xCAT/xCAT/Schema.pm @@ -1035,6 +1035,8 @@ site => { " and node requests, e.g. to get postscripts. Default is 64.\n\n". " 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", + " xcatsslversion: The ssl version by xcatd. Default is SSLv3.\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.', disable => "Set to 'yes' or '1' to comment out this row.",