Top "Active-directory" questions

Active Directory (AD) is a distributed directory service created by Microsoft.

Active Directory vs OpenLDAP

What are the main diffrences between these two implementations of LDAP protocol? Which is better for heterogenous environment? Any good …

active-directory comparison ldap openldap
Is there a way to check AD group membership for a computer?

I am trying to check computer group membership through Powershell. I want to be able to specify a certain computer …

windows powershell active-directory active-directory-group
Add multiple users to multiple groups from one import csv

I have a csv with 2 columns, one column is AD group names and one is user account names. I am …

powershell import active-directory bulk active-directory-group
IIS application using application pool identity loses primary token?

(This is a question about a vague problem. I try to present all relevant data, in the hope that someone …

asp.net active-directory iis-7.5 adsi applicationpoolidentity
HttpServletRequest.getRemoteUser() vs HttpServletRequest.getUserPrincipal().getName()

These two seem to be doing the same things. Can anyone explain the main difference between the two? When would …

java security http jakarta-ee active-directory
Active Directory (LDAP) - Check account locked out / Password expired

Currently I authenticate users against some AD using the following code: DirectoryEntry entry = new DirectoryEntry(_path, username, pwd); try { // Bind …

c# active-directory ldap
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 …

.net asp.net security active-directory
Using LDAP (AD) for MySQL authentication

I'm trying to come up with a plan to allow users to auth with a MySQL database (many, actually) using …

mysql authentication active-directory ldap
Creating Active Directory user with password in C#

I'm looking for a way to create Active Directory users and set their password, preferably without giving my application/service …

c# .net active-directory
Can a user be a member of multiple Organization Units (OU) in Active Directory?

Can a user be a member of multiple Organization Units (OU) in Active Directory? Also, is there a standard format …

active-directory ldap