Top "Active-directory" questions

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

Active Directory - Check username / password

I'm using the following code on Windows Vista Ultimate SP1 to query our active directory server to check the user …

c# windows-vista active-directory ldap
Get a user's email address from the username via PowerShell and WMI?

I have a user's network login name. From PowerShell and WMI is it possible to get a valid email for …

powershell active-directory wmi powershell-2.0
Detect if an Active Directory user account is locked using LDAP in Python

I'm validating user logins using python's ldap module. When the login fails, I get a ldap.INVALID_CREDENTIALS login, but …

python active-directory python-ldap
ASP.NET Core 2.0 LDAP Active Directory Authentication

I have found a lot of information from the past saying that LDAP authentication isn't enabled yet but you can …

c# authentication asp.net-core active-directory ldap
System.DirectoryServices.DirectoryServicesCOMException: An operations error occurred

I have the same web app working in three others servers. Anyone have any idea why is not working in …

.net iis active-directory directoryservices
Sql Server 2005 how to change dbo login name

I have a database with user 'dbo' that has a login name "domain\xzy". How do I change it from "…

sql-server sql-server-2005 security active-directory
NetBIOS domain of computer in PowerShell

How can I get the NetBIOS (aka 'short') domain name of the current computer from PowerShell? $ENV:USERDOMAIN displays the …

powershell active-directory wmi netbios
How do you authenticate against an Active Directory server using Spring Security?

I'm writing a Spring web application that requires users to login. My company has an Active Directory server that I'd …

java spring active-directory ldap
The type or namespace name 'DirectoryServices' does not exist in the namespace?

CS0234: The type or namespace name 'DirectoryServices' does not exist in the namespace 'System' (are you missing an assembly reference?) …

c# asp.net active-directory directoryservices