By tag: ActiveDirectory
0
kicks
Active Directory Tip #3 – Get DirectoryEntry Property with range fetch
Tip #2 already dealt with one of the problems while using multi-value properties.But there is another pitfall that got me once - and usually only happens in production environments and is very hard to debug. I am talking about property range fetch a mechanism introduced to allow the active directory...
0
kicks
Active Directory for FBA in SharePoint using LDAP
This article explains about how Active Directory can be used in FBA, configure a custom source for profile import, and enable mysite access from primary site without challenged for authentication. We use LdapMembershipProvider and LdapRoleProvider for the same.
0
kicks
Creating an Active Directory Authentication Service
This should be as easy as a one liner, and guess what - it is :-)
0
kicks
LINQ to Active Directory Query Provider
Bart De Smet has implemented a LINQtoAD query provider that allows for querying of the active directory using LINQ queries. Check at his blog for details. He has also released it as a project in Codeplex
0
kicks
User Management with Active Directory
Learn to use Active Directory to manage user accounts. Excerpt: One of the most common programming activities that most developers will perform against Active Directory and ADAM is user account management. Active Directory user management is fairly straightforward once we know all of the basic rules...
0
kicks
Using Active Directory for Authentication and Authorization in ASP.NET
How to use Active Directory as your data store for authentication and authorization information in ASP.NET 2.0 applications.
0
kicks
Reporting on Smart Card Logon in Active Directory
This article discusses how to decode the UserAccountControl property of a User in Active Directory in C# to determine if users accounts are Flagged with specific options. This particular sample detects if users required to use Smart Cards to logon to the Domain.