berVi wrote: > When I go to eg. /home/nod/, it asks for user and > pass, BUT it accepts it even if I enter an n for > username and nod_upd user's password. I think it's a > serious problem. Please check it if it's the same with > you or not.
Odd.. it is working for me (and, of course, for the QA tests). Does someone else test it out please? :-) > Anyway, I'd like to ask, is there a way to specify > what user to require per folder? I'm talking about sg > like apache's config, so: > > AuthType Basic > AuthName "By Invitation Only" > AuthUserFile /usr/local/apache/passwd/passwords > Require user rbowen sungo > > That's what I wanted to achieve with the line > > # User backup > > but it didn't work, so I had to comment it out. I just > thought it's supposed to work coz I saw it here: > > http://www.0x50.org/doc/PAM_validator.html There was a bug in the documentation (it's fixed now). This is the right syntax (the list of users is a Authentication parameter): ==== Extension iso { Auth Basic { Method pam User alo, mark } } ==== -- Greetings, alo. _______________________________________________ Cherokee mailing list [email protected] http://www.0x50.org/cgi-bin/mailman/listinfo/cherokee
