[pmwiki-users] AuthUser problem - lines order in local config
Patrick R. Michaud
pmichaud at pobox.com
Mon Mar 13 21:45:25 CST 2006
On Tue, Mar 14, 2006 at 12:03:54AM +0100, OBUTEX / Hladůvka wrote:
> It works if there is only one @group in the password in attributes.
> I didnot succeed with
> New pwd for read: @group1,id:John
> nor with
> New pwd for read: @group1, at group2
PmWiki 2.1.0 didn't understand commas as separators between
groups and id: specifications -- i.e., the above would need to
have been "@group1 id:john" and "@group1 @group2".
Also, there was a bug in 2.1.0 whereby multiple group specifications
wouldn't quite work.
2.1.1 (just released) fixes both of these, so that one can use
commas between group and id: names, and to properly handle
multiple groups.
Pm
More information about the pmwiki-users
mailing list