0
votes
0answers
19 views
Azure App wont start
every time i try starting my azure application. I try building it and it says it has all successful build attempts but i am getting an error that says: "Windows Azure Tools: Start role failed for one …
0
votes
1answer
27 views
How to single sign on for Linux RedHat server from windows desktop
We are hosting our portal pages on a linux box. I am supposed to implement a single sign on where the user logs into his/her windows xp desktop and that login is consumed by the portal and used to …
0
votes
2answers
29 views
Variable Role Management
How to implement Variable Role Management in Forms Authentication.
The case is: We are tracking various projects across various stages... A Particular person Emp1007 could be involved in various …
0
votes
2answers
51 views
Whats the difference between Object Role Modeling and Object-relational mapping?
I have learn about Object role modeling but not about Object-relational mapping and I want to know if they are two ways of doing the same thing and what are the pros and cons? To me Object role …
1
vote
1answer
147 views
In ASP.NET, what to use to manage roles and permissions assigned to roles?
Hi,
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 …
0
votes
3answers
139 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 …
1
vote
0answers
129 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 …
0
votes
1answer
54 views
Sitecore role hierarchy
Is there any way to implement role hierarchy in 5.2/5.3 sitecore?
1
vote
2answers
314 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
0answers
68 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 …
0
votes
1answer
304 views
Active Directory Security Group and Role in asp.net
I have a security group in AD. I want to assign Administrator role to members of that security group. What is the best way to do it?
1
vote
2answers
284 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 …
1
vote
3answers
195 views
Clean document roles in a Doc Library
Hello guys...
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 …
1
vote
1answer
1k views
Acegi Security: How do i add another GrantedAuthority to Authentication to anonymous user
i give users special URL with access key in it. users accessing the public page via this special url should be able to see some additional data as compared to simple anonymous user.
i want to give …
4
votes
1answer
1k 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 …
