######################################################### # # This is a cfservd config file - it is used for the server # part of cfengine, for remote file transfers and control # over cfengine using the cfrun program. # ######################################################### control: domain = ( cad.gatech.edu ) cfrunCommand = ( "/var/cfengine/bin/cfagent" ) AllowUsers = ( root ) AllowConnectionsFrom = (*.cad.gatech.edu) IfElapsed = ( 1 ) ExpireAfter = ( 15 ) MaxConnections = ( 50 ) MultipleConnections = ( true ) ######################################################### grant: # Grant access to all hosts at example.org. # Files should be world readable /var/cfengine/inputs *.cad.gatech.edu /var/cfengine/bin *.cad.gatech.edu ######## # # END cfservd.conf # ########