[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Authentication issues
From: |
Ed Brown |
Subject: |
Re: Authentication issues |
Date: |
Tue, 07 Mar 2006 17:38:46 -0700 |
On Tue, 2006-03-07 at 16:19 -0800, Erich Weiler wrote:
> cfengine:: Can't stat /var/cfengine/master_inputs in copy
> > On Tue, 2006-03-07 at 15:30 -0800, weiler@pmc.ucsc.edu wrote:
> Here's my cfservd.conf file,
> >>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
It looks like you don't grant access to /var/cfengine/master_inputs in
your cfservd.conf, though you try to copy from it.
Admittedly, the "host auth failed" error message can send one down the
wrong paths looking for a problem. The "can't stat" error is usually
the key.
-Ed