Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

MVC 4 SImpleMembership with LDAP

I'm looking to try out using simpleMembership but connect it to our LDAP. I haven't seen anything online about doing this, only with SQL. Does anyone know if it's possible and could lead me in the right direction?

like image 962
Gary James Avatar asked Aug 30 '12 15:08

Gary James


1 Answers

I think you'd need to create a class which inherits from ExtendedMembershipProvider and write the LDAP implementation. There's no built-in LDAP support.

See this post for more information on how SimpleMembership works in ASP.NET MVC 4.

like image 174
Jon Galloway Avatar answered Oct 31 '22 15:10

Jon Galloway