# ACL is wide open
path /
#auth no
allow *

This finally worked.  You were right about the trailing characters.  I
had a space after no and a space after the *.  I removed the space and
commented out the auth and I am able to get the data.

Now, from my understand when no auth exists it assumes auth yes.  Is
this correct?

On Mar 14, 6:30 pm, Markus Roberts <mar...@puppetlabs.com> wrote:
> This is what I have in my auth.conf file:
>
>
>
> > path /
 > auth no
> > allow *
>
> > However I still get this error
>
> > '/' incorrect authenticated value: no <pycurl.Curl object at
> > 0x15e56090>
>
> So that looks like a puppet error message wrapped in a python error report.
> So I'm assuming you saw this client side.  If you run the server foreground
> (or check your logs) you should get a stack trace of the error as it occurs
> on the server, which may help.
>
> You may also want to check that your auth.conf doesn't have any stray
> characters (trailing space maybe?) or unicode; the routine that emits that
> message explicitly permits "no" so...?
>
> -- Markus
> -----------------------------------------------------------
> When in trouble or in doubt, run in circles,
> scream and shout. -- 1920's parody of the
> maritime general prudential rule
> ------------------------------------------------------------

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Developers" group.
To post to this group, send email to puppet-dev@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-dev+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-dev?hl=en.

Reply via email to