Tagged Questions

0
votes
3answers
49 views

Security weak link

I've read a ton of information about hashing and salting passwords, do's, don't etc. The problem I see is this: If a hacker is going to go through the efforts of stealing the lis …
0
votes
1answer
21 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 p …
0
votes
0answers
76 views

Problem with role requirement and restful authentication

Our site uses role requirement and restful authentication plugins for rails. We are seeing most users able to access the site (login) just fine but a handful of logins are failing …
0
votes
1answer
32 views

ASP.NET security permission message

I implemented the ASP.NET security model and I am allowing/denying access to users in the web.config based on what roles they are in e.g. <system.web> <authorization …
0
votes
1answer
345 views

Secure WCF Service hosted in IIS 7 using the windows authentication restricted by defined group or users

How to configure a wcf service hosted in IIS 7 to enable access for only defined users / groups to. Existing configuration: <authentication mode="Windows"/> <services& …
0
votes
1answer
67 views

What is a minimum SQL Server role allowing trigger creation/dropping?

Prerequisite: There is client/server application written in Delphi32. The RDBMS is SQL Server 2005. A certain application functionality requires creation/dropping of triggers (fro …
0
votes
3answers
119 views

Asp.Net Conditional URL Role Authentication

I want to restrict access to a particular url unless the user is a member of 2 different roles. In this case I only want to grant access to this url if the user is in both the Rep …
3
votes
6answers
223 views

Determine if user can access the requested page?

I have an ASP.Net website with multiple roles, each with access to a separate directory (i.e. admin users can access /admin, shoppers can access /shop etc), using a shared login p …
1
vote
2answers
186 views

How can I restrict what web parts show up in the Add Web Parts window?

I'd like to expose a web part to some users, but not all of them. How can I show or hide a web part in the Add Web Parts pop up window? I'd like to do this through code, and I'm …
3
votes
3answers
285 views

What is the best practice for role security for an Intratnet ASP.NET/SQL2K5 environment?

Our current Intranet environment is a little outdated. The current stack has ASP.NET 1.1/2.0 applications that are querying against a SQL 2000 database. For role security, there …
2
votes
9answers
835 views

Preferred database design method for assigning user roles? (Hats vs. Groups)

I have medium sized MySQL database with a primary "persons" table which contains basic contact information about every human being connected to the theatre and theatre school for w …
3
votes
2answers
1k views

Using C# to get a list of ACLs for Servers and mapped drives

The production change implementers for our IT group have been tasked with reviewing the security for all of the various objects in our group, primarily to make sure that people who …
1
vote
2answers
95 views

Using :attr_accessible with role-based authorization

In my online store, users are allowed to change certain properties of their orders (e.g., their billing address), but not others (e.g., the origination ip address). Administrators, …
0
votes
0answers
67 views

asp.net custom role provider not working in sandbox

Hi all. We've build a custom role provider and it was working fine locally, running Cassini. However, once we put our code in our sandbox environment, it stopped working. We've …
1
vote
2answers
123 views

How do I list the requesting user’s roles in a WCF service?

Hi Just started getting to grips with WCF security. How do I list a user's roles at the service? E.g. // Could use declarative security here, i.e. using PrincipalPermission att …

1 2 next
15 30 50 per page