add trusted to the rules

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5458 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
lissav 2010-03-12 18:13:55 +00:00
parent 1812edf254
commit 068da53407

View File

@ -563,7 +563,7 @@ policy => {
noderange => 'The Noderange that this rule applies to. Default is "*" (all nodes).',
parameters => 'Command parameters that this rule applies to. Default all parameters.',
time => 'Time ranges that this command may be executed in. Default is any time.',
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 is used to designated a host that has extra security trust. The only node that is given that security level now is the MN.',
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.",
},