Top "Role" questions

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

How to specify ansible pretasks for a role?

How should one go about defining a pretask for role dependencies. I currently have an apache role that has a …

dependencies ansible role
How does role=form help accessibility?

I have read that the role attribute was added to Bootstrap for accessibility, and I would like to know how &…

html forms twitter-bootstrap-3 accessibility role
createdb: database creation failed: ERROR: permission denied to create database

I am pretty much confused about root user,super user,user and permissions! I am not able to create a …

postgresql root permission-denied role
Generating scripts for database role membership in SQL Server 2005

I have a database with a lot of users in it. Those users belong to different built-in roles in the …

sql-server-2005 scripting membership role
Spring security added prefix "ROLE_" to all roles name?

I have this code in my Web Security Config: @Override protected void configure(HttpSecurity http) throws Exception { http .authorizeRequests() .antMatchers("/…

java spring spring-mvc spring-security role
AWS Lambda:The provided execution role does not have permissions to call DescribeNetworkInterfaces on EC2

Today I have a new AWS Lambda question, and can't find anywhere in Google. I new a Lambda function, there …

amazon-web-services aws-lambda amazon-iam policy role
unable to create user postgres: role "postgres" does not exists

i am on ubuntu 12.04 server and i am trying to install postgresql. As of now, i have successfully installed it …

postgresql ubuntu installation role
Grant "create schema" ON database to a user?

I'm using PostgreSQL 9.1 and have to to grant "create schema" ON database to a user. How can I do that?

postgresql postgresql-9.1 role
How to get current user role with spring security plugin?

I am using the spring-security-core plugin in my grails app. I need to know the current user's role in a …

grails spring-security authorization role
psql: permission denied for database "dbname" ("User does not have CONNECT privilege.") / "unrecognized role option 'connect'"

when I try to login to my database with psql, doing this: psql dbname --username=qgis --password >>(prompts …

postgresql login connect role psql