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