To Andrew: I&#39;ll try! If doesn&#39;t work I&#39;ll reask, thanks!<br><br>To Dieter: I have a folder with some objects. This objects has 2 subgroups: availables for everyone and availables only for a role<br><br>I would like to do 
folder.objectValues() and get a list of objects filtereds but I don&#39;t have any idea if I could do that<br><br>What I can do (now if I solve the logon process will be finished) is have the whole list and filter in the read process: if user has access keep in the list, if not delete from it
<br><br>I try to do that with normal zope security machinery but with no success and I would like to finish as soon as possible<br><br>Any idea?<br><br>Thanks!<br><br><div><span class="gmail_quote">2007/7/8, Dieter Maurer &lt;
<a href="mailto:dieter@handshake.de">dieter@handshake.de</a>&gt;:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Garito wrote at 2007-7-7 14:17 +0200:
<br>&gt; ...<br>&gt;And this is the Logon code:<br>&gt;<br>&gt;from AccessControl import getSecurityManager<br>&gt;<br>&gt;usuario = context.acl_users.validate(context.REQUEST)<br><br>Usually, the login in performed by the user folder
<br>automatically (provided, you use the correct form variables<br>(what you apparently do). Why do you want to do it programmatically<br>(rather than use the automatims)?<br><br><br><br>--<br>Dieter<br></blockquote></div>
<br><br clear="all"><br>-- <br>Mis Cosas<br><a href="http://blogs.sistes.net/Garito">http://blogs.sistes.net/Garito</a>