Skip to content

alulema/LdapMembershipProvider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

ASP.NET WebForms Custom MembershipProvider for LDAP

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published