Jeremiah,<br>I think we weren't clear on what you wanted to do.<br><br>ACL's are Access Control Lists, they're the permissions level.  It sounds like what you're describing, you want user-authentication.  The relation between the two is, imagine a file server, where anyone in the company can log onto the server with their user ID and read the files, but only accounting can 'change' the files.<br>
<br>see: <a href="http://moinmo.in/HelpOnAuthentication">http://moinmo.in/HelpOnAuthentication</a><br><br>-Rick<br><br><br><br><br><div class="gmail_quote">On Tue, Dec 9, 2008 at 12:26 PM, Jeremiah Jester <span dir="ltr"><<a href="mailto:jeremiah.jester@panasonic.aero">jeremiah.jester@panasonic.aero</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">I put this (acl_rights _default = u'Known:read,write,revert,delete') in<br>
my wikiconfig.py and restarted apache. No user name and password prompt?<br>
Ideas?<br>
<br>
Thanks,<br>
<font color="#888888">JJ<br>
</font><div><div></div><div class="Wj3C7c"><br>
<br>
On Tue, 2008-12-09 at 05:00 -0800, R.Bauer wrote:<br>
> R.Bauer schrieb:<br>
> > Jeremiah Jester schrieb:<br>
> >> Hello,<br>
> >><br>
> >> I'm a new to moinmoin and have inherited a wiki that is already up<br>
> and<br>
> >> running. I would like to make it required for users to login to<br>
> access<br>
> >> the site using their moinmoin user id. Security and the ability to<br>
> track<br>
> >> changes for documents are the two main reasons for getting this<br>
> setup.<br>
> >><br>
> >> I've reviewed the documentation but nothing has worked. Can someone<br>
> give<br>
> >> me a walk through or point me in the right direction?<br>
> >><br>
> >> Thanks,<br>
> >> Jeremiah<br>
> >><br>
> >><br>
> ><br>
> > You do need to define acls, see<br>
> ><br>
> > <a href="http://master.moinmo.in/HelpOnAccessControlLists" target="_blank">http://master.moinmo.in/HelpOnAccessControlLists</a><br>
> ><br>
> > or in your wiki.<br>
> ><br>
> > e.g. if you set<br>
> ><br>
> ><br>
> > acl_rights_before = u'UserName:read,write,revert,delete,admin'<br>
> > acl_rights_default = u'UserGroup:read,write,revert,delete'<br>
> ><br>
> ><br>
> > then the user with the name UserName has the before right and is<br>
> allowed<br>
> > to change acl settings on a page by the admin right.<br>
> ><br>
> > Only users which are listed on the page UserGroup have<br>
> > read,write,revert,delete rights on default. If one (UserName) has<br>
> added<br>
> > an #acl line on the page this overwrites the default settings.<br>
> ><br>
> ><br>
> > cheers<br>
> > Reimar<br>
><br>
> if you do want only known users (no anynymous users) you also can use<br>
><br>
> acl_rights_default = u'Known:read,write,revert,delete'<br>
><br>
> then people need an account to access pages.<br>
><br>
> cheers<br>
> Reimar<br>
><br>
><br>
><br>
><br>
><br>
><br>
> ------------------------------------------------------------------------------<br>
> SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas,<br>
> Nevada.<br>
> The future of the web can't happen without you.  Join us at MIX09 to<br>
> help<br>
> pave the way to the Next Web now. Learn more and register at<br>
> <a href="http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/" target="_blank">http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/</a><br>
> _______________________________________________<br>
> Moin-user mailing list<br>
> <a href="mailto:Moin-user@lists.sourceforge.net">Moin-user@lists.sourceforge.net</a><br>
> <a href="https://lists.sourceforge.net/lists/listinfo/moin-user" target="_blank">https://lists.sourceforge.net/lists/listinfo/moin-user</a><br>
><br>
><br>
><br>
<br>
<br>
<br>
</div></div><div class="Ih2E3d">Disclaimer: The information contained in this transmission, including any<br>
attachments, may contain confidential information of Panasonic Avionics<br>
Corporation.  This transmission is intended only for the use of the<br>
addressee(s) listed above.  Unauthorized review, dissemination or other use<br>
of the information contained in this transmission is strictly prohibited.<br>
If you have received this transmission in error or have reason to believe<br>
you are not authorized to receive it, please notify the sender by return<br>
email and promptly delete the transmission.<br>
<br>
<br>
<br>
------------------------------------------------------------------------------<br>
</div><div><div></div><div class="Wj3C7c">SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.<br>
The future of the web can't happen without you.  Join us at MIX09 to help<br>
pave the way to the Next Web now. Learn more and register at<br>
<a href="http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/" target="_blank">http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/</a><br>
_______________________________________________<br>
Moin-user mailing list<br>
<a href="mailto:Moin-user@lists.sourceforge.net">Moin-user@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/moin-user" target="_blank">https://lists.sourceforge.net/lists/listinfo/moin-user</a><br>
</div></div></blockquote></div><br>