Can you make a short list of changes between 3.9 and 4.0? What about the:
Thanks Marco Updated at 04.09.2008 11:00:39
Store the permissions in tables / columns instead of a blob field so the information can be used with queries.. Thanks Marco Updated at 04.09.2008 13:50:38
Security system will be implemented in separated assembly. You will be able use your own or third party security system. We did not thought yet about our implementation of it, but we'll consider all your suggestions and feature requests.[/quote:14z3c1aj] One suggesting, use Users / Groups-Roles from ActiveDirectory (ldap). For simple application a Role model will be sufficient and if you need record / field level permissions store the permissions (readpermissions) in the database so queries can take advantage of skipping records that the user has no access for.. This thread was imported from our support forum. The original discussion may contain more detailed answer. |
Alex Kofman wrote:
Alex Kofman wrote:
Security system will be implemented in separated assembly. You will be able use your own or third party security system. We did not thought yet about our implementation of it, but we'll consider all your suggestions and feature requests. Alex (Xtensive) wrote:A brief addition:
Support (Xtensive) wrote:Other related topics: Just published: http://wiki.dataobjects.net/index.php?title=Roadmap |