From d1b41732b576897f49ddf5cb16ab54480e8211bf Mon Sep 17 00:00:00 2001 From: lissav Date: Mon, 17 Jun 2013 12:35:56 +0000 Subject: [PATCH] document non supported fields in policy table git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.8@16640 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/Schema.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/perl-xCAT/xCAT/Schema.pm b/perl-xCAT/xCAT/Schema.pm index 69f1799d3..c4c957ad0 100644 --- a/perl-xCAT/xCAT/Schema.pm +++ b/perl-xCAT/xCAT/Schema.pm @@ -748,10 +748,10 @@ policy => { descriptions => { priority => 'The priority value for this rule. This value is used to identify this policy data object (i.e. this rule).', name => 'The username that is allowed to perform the commands specified by this rule. Default is "*" (all users).', - host => 'The host from which users may issue the commands specified by this rule. Default is "*" (all hosts).', + host => 'The host from which users may issue the commands specified by this rule. Default is "*" (all hosts). Only all hosts is supported', commands => 'The list of commands that this rule applies to. Default is "*" (all commands).', - noderange => 'The Noderange that this rule applies to. Default is "*" (all nodes).', - parameters => 'A regular expression that matches the command parameters (everything except the noderange) that this rule applies to. Default is "*" (all parameters).', + noderange => 'The Noderange that this rule applies to. Default is "*" (all nodes). Only all nodes is supported.', + parameters => 'A regular expression that matches the command parameters (everything except the noderange) that this rule applies to. Default is "*" (all parameters). Only all parameters is supported.', time => 'Time ranges that this command may be executed in. This is not supported.', rule => 'Specifies how this rule should be applied. Valid values are: allow, accept, trusted. Allow or accept will allow the user to run the commands. Any other value will deny the user access to the commands. Trusted means that once this client has been authenticated via the certificate, all other information that is sent (e.g. the username) is believed without question. This authorization should only be given to the xcatd on the management node at this time.', comments => 'Any user-written notes.',