help-cfengine
[Top][All Lists]
Advanced

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

Re: Authentication issues


From: weiler
Subject: Re: Authentication issues
Date: 7 Mar 2006 15:30:55 -0800
User-agent: G2/0.2

I'm having the same problem as Mark did above, and unfortunately the
other suggestions mentioned didn't seem to help.  The paths are
correct, the files are readable.  I compiled on Solaris 9, cfengine
2.1.19p1.  Here's my cfservd.conf file, if anyone can see anything
wrong with it!:

groups:
   cfengine_server = ( myserver )

control:
   any::
      domain = ( mydomain.com )
      MaxConnections = ( 5 )
      IfElapsed = ( 1 )
      DenyBadClocks = ( false )
      AllowUsers = ( root )
      LogAllConnections = ( false )
      cfrunCommand = ( "/var/cfengine/bin/cfagent" )

   cfengine_server::
      AllowConnectionsFrom = ( 111.111.33 111.111.34 ) # subnets of the
clients
      TrustKeysFrom = ( 111.111.33 111.111.34 )

   !cfengine_server::
      AllowConnectionsFrom = ( 111.111.33.55 ) # IP address of the
server
      TrustKeysFrom = ( 111.111.33.55 )

admit:
   any::
      $(cfrunCommand) myserver.mydomain.com
      /var/cfengine/ppkeys/localhost.pub myserver.mydomain.com

   cfengine_server::
      /var/cfengine/inputs *.mydomain.com encrypt=true
      /var/cfengine/bin    *.mydomain.com

I've been tearing my hair out for days on this, help!

ciao, erich

Edward F. Brown wrote:
> On Thu, March 2, 2006 3:01 pm, Wolf, Mark W. said:
> >>cfengine:raptor: Can't stat /var/cfengine/dist/etc/motd in copy
>
> Apologies if you've already had responses on this, with the list delay
> it's hard to know.  The line above is the real error, the
> authentication/DNS warning is misleading.  Check the source in the copy
> action, make sure it's there, and readable.
> 
> -Ed



reply via email to

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