search for: usgin

Displaying 3 results from an estimated 3 matches for "usgin".

Did you mean: msgin
2008 Apr 23
2
Bug in eager loading and polymorphic associations?
Hi friends, i''m usgin the edge version because i need eager loading on polymorphic associations support, but i see this: Message.find(:first, :include => :owner) #This generate this query: SQL (0.000072) SET SQL_AUTO_IS_NULL=0 Message Load (0.000389) SELECT * FROM `messages` User Load (0.001070) SELECT *...
2010 Dec 02
0
Expiring password problem with AD config
Hi. I've set up a configuration with a Samba PDC usgin Ubuntu 10.04 and Samba 3.4.7. The backend is LDAP (zimbra ldap). I've an annoying issue, where even if in LDAP for every user I set "password never expires", at every login Windows prompts me for changing it. Is there anything I can check? thanks lorenzo (on a side note I've a...
2007 Aug 23
0
how to manage group permissions?
Hey all, In my app users can create groups and the group creator can "kick" or "ban" users. I want the creator to be able to grant other members of the group to kick and ban. This is how I want to do it: I''m usgin acl_system2 and the creator can grant kick and ban permissions to group members by creating roles "kick_group_id" or "ban_group_id" for those users and then in the view I do: <% restrict_to "(creator | kick_#{@group.id}) do %> <%= link_to "kick this user out...