You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to acl9-d...@googlegroups.com
the question is, i need to store the users (authloigc) and roles in a ldap DB, for authlogic is not too hard (a helper exist), but i dont find any doc for acl9
Jason King
unread,
Oct 27, 2009, 12:58:24 PM10/27/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to acl9-d...@googlegroups.com
You'll just need to write your own User#has_role? method that queries the LDAP directory for whether the role exists for that user on the supplied object.