From 10fa62fe6be6d324d8bcf8ef7b88d8a47bb63e7f Mon Sep 17 00:00:00 2001 From: lissav Date: Thu, 23 Jun 2011 14:17:30 +0000 Subject: [PATCH] doc policy.time not supported git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9916 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- 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 78d7edab9..e596cc058 100644 --- a/perl-xCAT/xCAT/Schema.pm +++ b/perl-xCAT/xCAT/Schema.pm @@ -664,7 +664,7 @@ policy => { 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).', - time => 'Time ranges that this command may be executed in. Default is any time.', + 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.', disable => "Set to 'yes' or '1' to comment out this row.",