bug-cfengine
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

cfservd and LogAllConnections


From: Bas van der Vlies
Subject: cfservd and LogAllConnections
Date: Thu, 14 Aug 2003 10:59:00 +0200
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624

I have search the cfengine newsgroups and serveral people have already reported it. From the docs the follwing logs the connections:
   LogAllConnections = ( true )

But that fails to work, because the check in cfservd.c is:
(GetMacroValue(CONTEXTID,"LogAllConnections") &&
    (strcmp(GetMacroValue(CONTEXTID,"LogAllConnections"),"on") == 0))

Checks for the value = on. We have to adjust the source to support
the value = true or both (on,true) or we have to fix the docs?


--
--
********************************************************************
*                                                                  *
*  Bas van der Vlies                     e-mail: address@hidden      *
*  SARA - Academic Computing Services    phone:  +31 20 592 8012   *
*  Kruislaan 415                         fax:    +31 20 6683167    *
*  1098 SJ Amsterdam                                               *
*                                                                  *
********************************************************************






reply via email to

[Prev in Thread] Current Thread [Next in Thread]