Top "Roles" questions

In various access control systems, roles define a group of users and organize permissions into a more manageable structure.

Find all users with specific role using rolify

How can i get all users with specific role when using rolify? I've tried the following but it didn't help: …

ruby-on-rails ruby permissions gem roles
Adding a new role type to Reporting Services

Is there a way to add new roles to reporting services? I'm working on a clients project and it requires …

reporting-services roles user-management
LDAP authorization

I'm starting to implement authorization and authentication mechanism using LDAP, for some existing system. On the development stage, I'm facing …

authentication ldap authorization roles security-roles
dynamic roles on a Java EE server

I want to manage user and roles in a dedicated application. For example a user of this application ("customerX boss") …

java jakarta-ee glassfish authorization roles
Spring Security: method is not secured with @PreAuthorize annotation

I would like to secure method in my managed session bean for specific role "ROLE_ADMIN" config(applicationContext-security.xml): <…

java spring spring-security roles authorize
Ansible best practice do not repeat common role

On the Ansible best practices page: http://docs.ansible.com/ansible/playbooks_best_practices.html#top-level-playbooks-are-separated-by-role it shows an example …

ansible roles ansible-playbook organization
implementing Access Control Lists vs using database roles and users

First off before you grill me to the floor, i would like to say i have spent considerable amount of …

sql-server wcf acl roles database-permissions
Why did PostgreSQL merge users and groups into roles?

From the PostgreSQL docs: The concept of roles subsumes the concepts of "users" and "groups". In PostgreSQL versions before 8.1, users …

postgresql roles database-permissions
How to create AWS IAM role attaching managed policy only using Boto3

I am trying to use Boto3 to create a new instance role that will attach a managed policy only. I …

amazon-web-services boto3 amazon-iam roles policy
unable to add roles to user with meteor using 'roles' package

I'm trying to use the 'roles' package available on Atmosphere but I can't get it to work with Accounts.onCreateUser(), …

javascript meteor roles atmosphere