Tagged Questions
The role tag has no wiki summary.
10
votes
2answers
261 views
How are `ghc-pkg` and `cabal` programs related? (Haskell)
As I know cabal is a program to manage installation of packages like FreeBSD's pkg_add.
But there is another tool called ghc-pkg. I don't know why there are two different programs. What's the role of ...
8
votes
1answer
4k views
Asp.Net Role-based authentication using Security groups in Active Directory
I am attempting to do something simple (I thought) - securing my application using roles-based security using ActiveD groups in our Domain.
Specifically, I need to show/hide items on a page depending ...
5
votes
2answers
218 views
Are there any examples of sites that use the role attribute in HTML5/XHTML?
I've been looking at the use of the role attribute for HTML5/XHTML in the W3C: http://www.w3.org/TR/wai-aria/roles and was wondering if there are any sites that use this or examples of how/when to use ...
4
votes
2answers
2k views
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 controller action. How can I retrieve that?
4
votes
6answers
1k views
get role of user in a string variable
is there a way i can get the role in a string variable using the below commands....
System.Security.Principal.WindowsIdentity wi = System.Security.Principal.WindowsIdentity.GetCurrent();
...
3
votes
2answers
866 views
Select divs through date-role in jQuery
Is it possible to select divs through data-role="footer" in jQuery?
Thanks.
3
votes
3answers
195 views
Moose::Role - easy way to augment application of the role?
I have a Moose::Role that I would like to call some extra subs on the class when that role is applied to the class.
Is there an easy way to modify what happens when the role is applied, without ...
3
votes
4answers
3k views
How do I give a specific user editing rights to a specific node?
How do I give a specific user editing rights to a specific node?
I have a user role named "Student". Multiple users have that role, only a few of them can edit a node. How can I realise this?
3
votes
2answers
357 views
Why doesn't Moose role application with method modifiers work in my code?
I have a Role and several classes that mix-in the role. The Role class loads all of the implementing classes so that anything that imports Blah can use them without typing a lot of 'use' lines.
...
3
votes
1answer
1k views
Role Based Access Control DB Design
This question isn't about the database design of the RBAC system itself, but rather how to use this database in conjunction with the application specific database when that web application allows its ...
2
votes
1answer
250 views
Grails + spring-security-core: How to assign a role after user has logged in?
I have a grails application that uses spring-security-core and spring-security-ldap, with authentication against Active Directory. I have a custom UserDetails and UserDetailsContextMapper.
I have a ...
2
votes
1answer
41 views
Implement requires on other Role doesn't work?
My first Role is the following one:
package AccBack::RTransaction;
use strict;
use warnings;
use Moose::Role;
use MooseX::Method::Signatures;
requires "_log";
requires "_config";
My second Role, ...
2
votes
2answers
223 views
Is it possible to have one web role with multiple domains and SSL certificates on windows azure?
Is it possible to have one web role hosted on Windows Azure which respond to multiple domains (to be precise 10 -> ex. www.company.com, www.company.de, www.company.co.uk … ect. ) and having both HTTP ...
2
votes
3answers
528 views
Teamcity NTLM Authentication change - admin user lost in transition
I've switched in teamcity from using basic authentication to using NTLM, on an existing installation.
This works fine, except that the admin user didn't have a corresponding NT account, and so ...
2
votes
1answer
150 views
MVC Linq selecting a list of users with the have role of
What is wrong with my query below? This is using the standard Membership tables.
var clientRole = rushDB.aspnet_Roles.Single(r => r.LoweredRoleName == "client" );
//var users = ...
2
votes
1answer
614 views
Spring Security - is Role and ACL security overkill?
I have a 3 tier application that requires security authorizations be placed on various domain objects.
Whether I use Spring's ACL implementation or roll my own, it seems to me that ACL based ...
2
votes
2answers
959 views
In ASP.NET, what to use to manage roles and permissions assigned to roles?
I am working on a ASP.NET web application. I have this well known issue: each user can belong to one or several roles (admin, public users), and each role can have one or several permissions (can ...
2
votes
4answers
2k views
Asp.net User Roles Management: Where to Begin
I'm new to User Roles Management. I was reading my Wrox Programming book on asp.net 3.5 user role management...but it was hard to follow along, as I do not have a local server set up to test on (I ...
2
votes
3answers
493 views
Clean document roles in a Doc Library
I have been developing an event handler to clean up the RolesAssignments of the new item of a document library in MOSS. I’ve searched for a method that could clean all the RolesAssignments ...
1
vote
1answer
19 views
Wordpress add custom roles as well as remove default roles
I need to customize the default roles as I need only 3 role - administrator, buyer, seller. Then I need to add the buyer, seller and remove all other default roles. What should I do? If there is any ...
1
vote
1answer
44 views
How to add a role filter on request combined with OAuth
I would like to develop a portal which contains some modules
The portal and each module consume data provided by a webservice based on Jersey and secured with OAuth 1.0
For the moment I have almost ...
1
vote
1answer
86 views
How to get the original Exception in IErrorHandler
I'm using role based security in a WCF application. I've decorated my service operation implementation with the System.Security.Permissions.PrincipalPermissionAttribute.
If the authorization fails ...
1
vote
2answers
488 views
Security role to user/group mapping in WebSphere 7 with file-based user registry
I am trying to make a form-based authentication.
I configured my deployment descriptor correctly, did all the actions listed in IBM Infocenter related to "enabling user authentication using file-based ...
1
vote
0answers
61 views
Is the role attribute supported by search engines?
HTML5 introduced 22 new markup tags. W3C still recommends we stick to the old tags, because IE exists. I think adding JavaScript for this purpose is over the top. HTML5 also features the less known ...
1
vote
1answer
50 views
Using generic-based role pattern with EntityFramework 4
Maybe I haven't quite get the whole thing about models. I tought that, it was probably wrong, EF framework could map any kind of class. So I did provide classes with different interfaces, with ...
1
vote
0answers
48 views
Reporting Service and Application Role
First poster, long time lurker here.
What is the best way to activate application role in a report ?
I've tried different things and so far the only method that works is to embed the call to the ...
1
vote
1answer
158 views
Azure: web + worker role cost
I have to run a web crawler in background using Azure.
According to what I understood I have to setup a worker role configured with the background task and I have to setup a web role to show the web ...
1
vote
1answer
470 views
Ruby on rails, cancan and default role assignment
I have built a small ruby webservice, in this I have implemented cancan authorization.
I followed this tutorial:
...
1
vote
2answers
223 views
JasperServer ROLE problems
I have started work on JasperServer community edition for my client.
The problem I face is
After creating a new role eg
"TEST_ROLE"
Creating a new user "LADY_GAGA" and
assigning the user role as
...
1
vote
1answer
296 views
using application role of sql server2005 express in multiple forms in c#
I have a C# .net winforms application with two forms which connects to sql express using connection string.
form1 connects to sql with trusted connection. connection string is given in the app.config ...
1
vote
1answer
78 views
How to control access control?
I have asp.net project which has got GridViews, Buttons, Navigators etc...
I have 10-15 role types. For example:
Access Management must be:
Products.aspx
RoleType1 can see GridView1, Gv2, ...
1
vote
1answer
395 views
Role based authentication using LDAP in ASP.Net
I need to implement Role/Group based authentication in my ASP.Net web application using Active Directory Domain Services and LDAP. i want to use user’s windows logon identity credentials for ...
1
vote
1answer
335 views
Need help with the design of the Employee and Manager relationship
I am currently working on a project which has Employee, Manager entities. At the very beginning, I took for granted that a manager must be an employee in the company, so they are the same person who ...
1
vote
2answers
110 views
loweredrolename in aspnet_users table (SQL Server 2005)
For my existing data, both RoleName and LoweredRoleName are same, but some are lower case and some are in same case too.
Anyone knows what is the use of column LoweredRoleName in aspnet_users table?
...
1
vote
2answers
2k views
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 DB (eg db_ddladmin).
I want to generate a script that creates those same users with the same role ...
1
vote
1answer
553 views
Assigning Group's Permission to Document libraries
Here is the scenario..
===== scanario 1 =====
1. Document Library "Gatorate Classic"
2. I have four groups.
Group Alpha - Role - Read
Group Beta - Role - Edit
Group Epselon - Role - Edit
...
1
vote
2answers
76 views
role based access
i am using asp.net with c# .I have 5 roles such as manager,super user, team leader etc .Depending on the role the user sees the data as restricted to him ,only super user can manipulate that data ...
1
vote
1answer
198 views
xaml: Is there a method to implement OR logic in multiple triggers?
I want the Role to be either TopLevelHeader OR TopLevelItem as well as IsPressed. Is this possible without specifying two MultiTriggers?
<MultiTrigger>
<MultiTrigger.Conditions>
...
1
vote
1answer
251 views
1
vote
1answer
163 views
How can I add a role in code, J2EE
I'm using jboss 4.2.3 and jaas org.jboss.security.auth.spi.DatabaseServerLoginModule.
After a user is logged in I want to add a role to it. How can I do it?
For example, the user clicks in a button ...
1
vote
2answers
809 views
Writing Custom Roles Provider For Master Pages/No Machine.Config
I'd like to write a custom role provider for my application, which has existing users and roles tables. I'm looking for a reference on that, which:
doesn't require machine.config changes (I see this ...
1
vote
4answers
1k views
How do I access JAAS roles at arbitrary point in the code?
I want to access the full model of users with their roles in my SOAP app. For example, I might want to know the role of a user called "Fred."
How do I reach into some sort of global JAAS registry ...
0
votes
1answer
17 views
Why is my TeamCity Admin user no longer an Admin user after I switch over to NTLM authentication?
Just installed teamcity 6.5.6 after uninstalling 6.5.4 after trying to implement a svn 1.7 plugin that seemed to have buggered up my TC configurations.
Trying to revert back to working times so I did ...
0
votes
1answer
93 views
SYMFONY2 : ACL, Role and ClassScope
I have a problem with the ACLs :
I use a class scope to grant permissions on Role.
This is my code to declare the ClassAce :
$objectIdentity = new ...
0
votes
1answer
8 views
Assigning back 'sa_role'
We are upgrading Sybase 12 to Sybase 15.7. The sysroles of 12.5 does not migrate well because of conflicts in the role id in Sybase15. So we were advised to remove the sysroles and recreate it based ...
0
votes
1answer
26 views
How to: can I test an application using both worker role AND VM role in Azure emulator?
I've looked but can't see an answer to this one:
I have an application that passes Azure messages between a VM role and a worker role. Before I load this into Azure I'd like to test that both work ...
0
votes
0answers
27 views
Role based session timeout with Authlogic in Rails
I developed my application with a Company role that had a polymorphic relationship to a User. I set the session timeout to 15 minutes in the User model with => acts_as_authentic {|c| ...
0
votes
1answer
40 views
how to grant role acces to specific schema
I am new to Oracle and i am struggling with the permissions. I created some tables with user called ADMIN on a specific tablespace. The tables are in the schema ADMIN now. I want access this tables ...
0
votes
0answers
26 views
Postgresql: Error while connecting in Windows
I recently installed Vista on my system and added an account Admin. From Admin I installed postgresql. Then I created a new Windows User Account "emayank". After logging into emayank I issued
initDB ...
0
votes
1answer
26 views
Authlogic with declarative authorizations - how to show the user role in the view?
I'm using declarative roles, a Ryan Bates 'railscast' tutorial. I would like to show the role of the user who is logged in, in the view. Is there any variable I can use to display the name of the ...