fix error creating policy table

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5564 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
lissav 2010-03-23 17:33:27 +00:00
parent 3325c8c084
commit b5921a9af8

View File

@ -1287,7 +1287,7 @@ sub genCredentials
if ($::genCredentials) { # if just generating new credentials
xCAT::MsgUtils->message('I', "Created xCAT certificate.");
my $chtabcmds =
"$::XCATROOT/sbin/chtab priority=1.2 policy.name=$hname policy.rule=allow;";
"$::XCATROOT/sbin/chtab priority=1.2 policy.name=$hname policy.rule=trusted;";
my $outref = xCAT::Utils->runcmd("$chtabcmds", 0);
if ($::RUNCMD_RC != 0)
{