Tag Archives | Active Directory

Binding to Active Directory: AD Connections De-mystified, Part 3

Note: This series covers Active Directory connection strings, often referred to as bind paths, with the goal of simplifying the process of creating an AD bind path. A significant amount of the information for this series comes from the wonderful AD programming book, The .NET Developer’s Guide to Directory Services Programming, by Ryan Dunn and Joe Kaplan. The LDAP ADsPath article [...]

Read full story Comments { 2 }

Binding to Active Directory: AD Connections De-mystified, Part 2

Note: This series covers Active Directory connection strings, often referred to as bind paths, with the goal of simplifying the process of creating an AD bind path. A significant amount of the information for this series comes from the wonderful AD programming book, The .NET Developer’s Guide to Directory Services Programming, by Ryan Dunn and Joe Kaplan. The [...]

Read full story Comments { 3 }

Binding to Active Directory: AD Connections De-mystified, Part 1

Note: This series covers Active Directory connection strings, often referred to as bind paths, with the goal of simplifying the process of creating an AD bind path. A significant amount of the information for this series comes from the wonderful AD programming book, The .NET Developer’s Guide to Directory Services Programming, by Ryan Dunn and Joe Kaplan. The LDAP ADsPath article [...]

Read full story Comments { 3 }

Active Directory and LDAP Tips and Tricks: Capitalize the Provider in Connection Strings

We see issues from time to time with LDAP connection strings for Active Directory failing to work even when folks know the connection string and bind credentials are correct. Even if you copy a distinguished name value from a tool like ADSIEdit or Active Directory Explorer, many times you must specify a provider in the [...]

Read full story Comments { 0 }

Weird Attribute Names in Active Directory

For the most part, the LDAP names of Active Directory attributes are the same or very similar to their English-language descriptions. However, there are a few annoying exceptions that I’ve summarized here, including one of the more weird attribute names for the City attribute. The City attribute uses the letter “L” as its LDAP display [...]

Read full story Comments { 0 }

Microsoft .NET AuthenticablePrincipal.LastPasswordSet Value Trick

The AuthenticablePrincipal.LastPasswordSet property in the .NET library’s System.DirectoryServices.AccountManagement namespace specifies the last date and time that the password was set for an account. We use this property to read a number of pieces of data about Active Directory user accounts but there is an interesting anomaly with the LastPasswordSet property in the AuthenticablePrincipal wrapper class. The LastPasswordSet property [...]

Read full story Comments { 0 }

Run IIS Web Applications on a Windows Member Server and Not a Domain Controller

Most of our software products run on Microsoft’s IIS web server. In our product installation guides, we specify in the system requirements to install our web applications on a member server instead of a domain controller. Recently, a prospect asked us why we recommend this since WebAD products connect to Active Directory. Is it really a best [...]

Read full story Comments { 0 }

Active Directory: Enterprise Needs vs. Needs for Managed Services Providers (MSP)

Microsoft’s Active Directory provides essential identity services to many different types of organizations. We’ve recently been working on enhancing our PeopleProvision solution to better meet the needs of our customers and we’ve noticed some interesting differences between the way enterprises use Active Directory and the utility that AD provides to a managed services provider (MSP). We [...]

Read full story Comments { 0 }

Active Directory Provisioning with PowerShell: Extensibility and Power without Costly Implementation (Part 4 of 4)

We’ve been looking this week at Web Active Directory’s new PeopleProvision solution for automating and delegating the Active Directory account creation process. Today we present the final post of our blog series and look more closely at PowerShell’s role in the PeopleProvision platform. PowerShell empowers PeopleProvision to deliver the most business value by providing extensibility and [...]

Read full story Comments { 3 }

Active Directory Provisioning with PowerShell: Extensibility and Power without Costly Implementation (Part 3 of 4)

This is Part 3 of Web Active Directory’s blog post series highlighting our new PowerShell-enabled platform. We introduced the series with an exam of how other software vendors approach provisioning with costly implementation services and then looked at WebAD’s PeopleProvision solution more closely. In this post, we look at how easy it is to implement [...]

Read full story Comments { 3 }