From 66a38f00759784db43c3eca844cffc5bcc752a53 Mon Sep 17 00:00:00 2001 From: lissav Date: Fri, 12 Sep 2014 09:19:19 -0400 Subject: [PATCH] Found undocumented attribute in xcatd and added some more info to auditnosyslog --- perl-xCAT/xCAT/Schema.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/perl-xCAT/xCAT/Schema.pm b/perl-xCAT/xCAT/Schema.pm index 9f220a5ef..554be4b36 100755 --- a/perl-xCAT/xCAT/Schema.pm +++ b/perl-xCAT/xCAT/Schema.pm @@ -924,7 +924,8 @@ site => { " -----------------\n". "DATABASE ATTRIBUTES\n". " -----------------\n". - " auditnosyslog: If set to 1, then commands will only be written to the auditlog table". + " auditnosyslog: If set to 1, then commands will only be written to the auditlog table.\n". + " This attribute set to 1 and auditskipcmds=ALL means no logging of commands.\n". " Default is to write to both the auditlog table and syslog.\n". " auditskipcmds: List of commands and/or client types that will not be\n". " written to the auditlog table and syslog. See auditnosyslog.\n". @@ -945,6 +946,7 @@ site => { " nodestatus: If set to 'n', the nodelist.status column will not be updated during\n". " the node deployment, node discovery and power operations. The default is to update.\n\n". " skiptables: Comma separated list of tables to be skipped by dumpxCATdb\n\n". + " skipvalidatelog: If set, then getcredential and getpostscript call will not be logged.\n\n". " -------------\n". "DHCP ATTRIBUTES\n". " -------------\n".