Top "Active-directory" questions

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

using wildcards in LDAP search filters/queries

I have very limited knowledge in AD and LDAP queries so I have a simple question on how to use …

filter active-directory ldap wildcard
Cannot get Kerberos service ticket: KrbException: Server not found in Kerberos database (7)

I'm developing using the GSSAPI, and I have code which works with a vanilla MIT Kerberos 5 server to do some …

active-directory kerberos
How to get all the AD groups for a particular user?

I checked this post already. But it doesn't answer my question. I want to get all the active directory groups …

c# .net active-directory ldap directoryservices
Java LDAP - Determine if user in a given group?

We logon users to Active Directory via LDAP using the Java LDAP API. We want to enhance our logon functionality …

java active-directory
Configure ASP.NET MVC for authentication against AD

What are the high level steps to authenticate users of an ASP.NET MVC application against Active Directory? I presume …

asp.net-mvc active-directory
How to keep the shell window open after running a PowerShell script?

I have a very short PowerShell script that connects to a server and imports the AD module. I'd like to …

active-directory powershell-2.0
How to check if a user belongs to an AD group?

At first I thought the code below works because if I have the group as "IT" it functions correctly because …

c# .net winforms c#-4.0 active-directory
How to programmatically change Active Directory password

I have a set of test accounts that are going to be created but the accounts will be setup to …

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

python authentication active-directory ldap
See if user is part of Active Directory group in C# + Asp.net

I need a way to see if a user is part of an active directory group from my .Net 3.5 asp.…

c# asp.net active-directory .net-3.5 active-directory-group