Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 892 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 892 Bytes

Description

This is a custom MembershipProvider created to work with a LDAP Server. It has a demonstration application using the provider in order to implement security for ASP.NET Web Forms Authentication.

Installation and Configuration

  1. Check if you have installed Java JRE 7 in your machine, if it is not present please install it.
  2. Execute LDAP Server
  3. Open folder Source\LdapServer in explorer
  4. Double click "start.bat". It will launch a statndalone in-memory LDAP server using the "example.ldif" file containg sample data.
  5. Server will be running on port 1234
  6. Open Visual Studio Solution
  7. Open folder Source\LdapSingleSignOn in explorer
  8. Double click "LdapSingleSignOn.sln". It will launch and open the entire solution in Visual Studio.
  9. Compile solution
  10. Press Ctrl+Shift+B, it will compile the entire solution