Hello,

    I just started using Acegi and for a new project.  I have implemented the 
basic authorization code and have begun working on the ACL code.  I noticed 
that the documentation recommends using/looking at the Sandbox code for new ACL 
development.  

I have begun looking at the code and was wondering if someone could give me a 
push in the right direction.

 I decided to start with creating the database tables.  

So far in pseudo code I have:

permission table ( permission_id int,
                           mask int, 
                           permission varchar(32) )

acl_sid_type table (acl_sid_type_id int,
                     type varchar(50) )

acl_sid table ( acl_sid_id int, 
            acl_sid_type_id,
            value varchar(50) )
 
Looking at the ACE interface, I was wondering why an ACE only has a single Sid 
and not an array of Sid(s) to allow a group of Sid(s) to be associated with the 
same permission.  

Thanks again.

Best,
-Nate


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Home: http://acegisecurity.org
Acegisecurity-developer mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer

Reply via email to