Tagged Questions

13
votes
9answers
10k views

C# Validate a username and password against Active Directory?

How can I validate a username and password against Active Directory? I simply want to check if a username and password are correct.
9
votes
5answers
3k views

ASP.NET Application to authenticate to Active Directory or SQL via Windows Authentication or Forms Authentication

I am in the process of writing an application that will need multiple forms of authentication. The application will need to support authentication to Active Directory, but be able to fail back to a …
8
votes
4answers
2k views

what are the differences between ldap and active directory?

what are the differences between ldap and active directory?
7
votes
1answer
2k views

User Group and Role Management in .NET with Active Directory

I'm currently researching methods for storing user roles and permissions for .NET based projects. Some of these projects are web based, some are not. I'm currently struggling to find the best method …
7
votes
1answer
334 views

How do you integrate Active Directory into a .NET app using DDD?

How are you integrating Active Directory objects (users, groups, etc) into your DDD .NET app? What do your repositories look like and how are you handling LDAP sessions, transactions, and unit of …
7
votes
4answers
1k views

LDAP through Ruby or Rails

I've been attempting to hook a Rails application up to ActiveDirectory. I'll be synchronizing data about users between AD and a database, currently MySQL (but may turn into SQL Server or PostgreSQL). …
7
votes
5answers
2k views

How do I find a user’s Active Directory display name in a C# web application?

I'm writing a web application which uses windows authentication and I can happily get the user's login name using something like: string login = User.Identity.Name.ToString(); But I don't need …
6
votes
4answers
114 views

When should server maintenance affect implementation descisions?

Here's my situation... I'm writing a .Net/C# security system (authorization and authentication) for a large collection of web applications that require a single sign-on process. I'm using Active …
6
votes
5answers
298 views

Why aren’t companies using LDAP as a central repository for other than users?

In every larger company I worked for they used LDAP as a way to access the central repository of user information, but very few have taken efforts to extend the schema to include objectClasses that …
6
votes
5answers
702 views

What does “active directory integration” mean in your .NET app?

Our marketing department comes back with "active directory integration" being a key customer request, but our company does not seem to have the attention span to (1) decide on what functional changes …
6
votes
1answer
684 views

How to check if a Active Directory server is up and running using .Net?

Before trying to query the AD server I would like to check if it is alive and kicking. Looks like a trivial thing, but I haven“t found anything to elucidate this. How can I do that?
6
votes
4answers
4k views

Get a list of members of a WinNT group (C#)

There are a couple of questions similar to this on stack overflow but not quite the same. I want to open, or create, a local group on a win xp computer and add members to it, domain, local and well …
6
votes
6answers
2k views

Authenticating against active directory using python + ldap

How do I authenticate against AD using Python + LDAP. I'm currently using the python-ldap library and all it is producing is tears. I can't even bind to perform a simple query: import sys import …
6
votes
4answers
2k views

Checklist for IIS 6/ASP.NET Windows Authentication?

I've been having trouble getting my ASP.NET application to automatically log users into the Intranet site I'm building. No matter the googling or the experimentation I applied, there is always a …
5
votes
5answers
700 views

Does DefaultAppPool run with special elevated privilegs on IIS?

I'm running a piece of code within a web page that queries the IIS metabase using ADSI. The code is as simple as this: DirectoryEntry iisNode = new …

1 2 3 4 5 43 next
15 30 50 per page