0
votes
1answer
210 views
SQL Permissions / Securables - Can I give permissions to a “Select” from a View that uses another View that doesn’t have permission granted?
Here's my scenario...
SQL Role
Staff_User
Scheme
People
Tables
People.Persons
People.PhoneNumbers
Views
People.vtPersons -
The vtPersons view filters the data from the Persons table …
0
votes
1answer
71 views
How to Implement a Custom RoleProvider?
Hi Guys
I'm trying to implement a custom RoleProvider in my ASP.NET MVC application.
I've created a custom MembershipProvider and it works, in that I'm able to successfully validate the user. The …
0
votes
1answer
19 views
Help with roles in rails
Im trying to use this approach.
My app is a cms.
I have admins, editors, and subscribers.
for a blog with categories... its an experimental project so I cant use wordpress or whatever.
Admins should …
0
votes
1answer
38 views
Set Property Value on Master Page from Content Page
Hello,
I tried following the advice posted here:
http://stackoverflow.com/questions/1071920/set-property-value-on-master-page-from-content-page.
Specifically the last post about creating a class. …
1
vote
1answer
32 views
Changing user roles through a form
I'm trying to create a Rails form that allows an admin user to change the assigned roles of other users. The form I've created registers changes to the user (such as password or login changes), but …
4
votes
1answer
45 views
How can I access the meta class of the module my Moose role is being applied to?
I'm using Moose roles to apply some wrapper behaviour around some accessor methods in a class. I want to apply this role to a number of modules, each of which have a different set of attributes whose …
0
votes
2answers
22 views
How to configure Roles without an app.config?
Can I configure Roles and Membership programmatically? Without an app.config (or web.config) ?
2
votes
4answers
1k views
What are some good role authorization solutions used with Authlogic?
I am looking for a good role based authorization solution to use alongside Authlogic. Anyone have any good suggestions? Please list some pros and cons from your experience if possible please.
0
votes
1answer
21 views
Drupal6: Administer Menu Gone
In Drupal 6, the administer menu is gone. The super user (uid = 1) can see it, but the Admin role, that has the correct permission, does not. If a user with the Admin role were to go to the pages, …
1
vote
2answers
326 views
Authlogic and Roles
I am developing an application which users authlogic for authentication.
I would like some way of giving users roles so that I can authorize certain actions to certain roles.
Is there an 'out of the …
0
votes
1answer
21 views
How to keep RoleProvider from overriding custom roles?
I have an custom role provider that gets the roles a user belongs to from a database. I also have a custom authentication module registered in my web.config's httpModules which sniffs incoming HTTP …
1
vote
1answer
29 views
Getting a list of Tasks that belong to a Role from Azman
I'm using the AZROLESLib which is from the COM references "azroles 1.0 Type Library" and I am trying to create a list of the designated tasks for each role that I have currently set in my …
0
votes
1answer
62 views
Is this a good data model to implement strongly-typed roles?
Yes, this has been asked before here and here. I'm curious as to whether the approach I'm considering is architecturally sound.
Let me start off by trying to describe what I'd like to be able to do …
0
votes
0answers
15 views
SQL Server Database Roles via SMO
I am trying to add new roles to a SQL 2005 database via the SMO assemblies. The Roles.Add method just does not seem to add the new role. I have my user account set as securityadmin and sysadmin.
…
4
votes
7answers
203 views
User roles - why not store in session?
I'm porting an ASP.NET application to MVC and need to store two items relating to an authenitcated user: a list of roles and a list of visible item IDs, to determine what the user can or cannot see.
…
