Active Directory (AD) is a distributed directory service created by Microsoft.
I'm trying to list everyone in a security group in an active directory without using CmdLets in PowerShell. The weird …
powershell active-directory ldap active-directory-groupI am upgrading my ASP.NET Core RC1 application to RC2. I have some references to System.DirectoryServices and System.…
c# asp.net-core active-directory ldapI've been attempting to hook a Rails application up to ActiveDirectory. I'll be synchronizing data about users between AD and …
ruby-on-rails ruby active-directory ldapI've read several questions on this topic, such as here, here, here and here; but none have provided a working …
asp.net-mvc active-directory windows-authenticationI want to automate my Azure resource management, and I'm using the ARM templates to do so. If I want …
c# azure active-directory azure-resource-managerI'm attempting to authenticate using users and groups in ASP.NET MVC against Active Directory. I have put the following …
.net asp.net-mvc active-directoryI know that the following function returns the current Windows user's name in domain\username format. Convert.ToString( WindowsIdentity.GetCurrent().…
c# windows security active-directory windows-identityI have a web application that uses Active Directory to authenticate users, and I'm trying to replace AD with OpenLDAP. …
active-directory openldapI have a scheme that looks like this: Users exist like UserA, UserB, UserC. Groups exist like OverGroup, SubGroup. OverGroup …
active-directory ldapBackground I'm creating some SQL to assist with security auditing; this will take security info from various systems databases and …
tsql active-directory sql-server-2008-r2 adsi ldap-query