- Dec 11, 2013
- Jan 23, 2013
- Sep 27, 2012
-
-
Dmitriy Dzema authored
AD allows bind with with correct username and empty password so application will think user successfully authenticated which is a serious mistake
-
Dmitriy Dzema authored
-
Dmitriy Dzema authored
-
Dmitriy Dzema authored
-
Dmitriy Dzema authored
-
Dmitriy Dzema authored
When exception is raised from middleware host application can not handle it. This is why OmniAuth uses #failure! which sends message to application so it can do something about it
-
- Jul 03, 2012
-
-
Rashit Azizbaev authored
Net::LDAP::Entry returns empty array if key not exists, so we should check for key with respond_to?
-
Rashit Azizbaev authored
-
- Jan 06, 2012
-
-
Ping Yu authored
the request phase, since the adaptor now is only instantiated on the callback phase.
-
Ping Yu authored
Move Adaptor instance initializtion in callback phase
-
Terry Tai authored
Move Adaptor instance initializtion in callback phase, which can make setup phase work correctly. And also do some indentation fix.
-
- Dec 17, 2011
- Dec 15, 2011
-
-
Hubert authored
-
Michael Bleigh authored
Remove beta notice
-
Hubert authored
-
- Dec 14, 2011
-
-
Ping Yu authored
Net::LDAP::Entry always returns an array of values.
-
- Dec 09, 2011
-
-
Jonathan Jackson authored
Net::LDAP::Entry (http://net-ldap.rubyforge.org/Net/LDAP/Entry.html) explicitly returns an array of values for each attribute. The result of OmniAuth::Strategies::LDAP#map_user was returning a string representation of the attribute values array (ie. "['attribute_value']"), and it should be returning the actual attribute value.
-
- Nov 17, 2011
-
-
Michael Bleigh authored
Remove ruby-debug dependency
-
Michael Bleigh authored
Wrapping original LDAP info in a hash so it doesn't break omniauth auth_hash interface
-
- Nov 16, 2011
-
-
Ivan Jovanovic authored
-
- Nov 15, 2011
-
-
Kevin Rohrbaugh authored
-
- Nov 02, 2011
- Oct 28, 2011
-
- Oct 26, 2011
-
-
Michael Bleigh authored
- Oct 24, 2011
-
-
Ping Yu authored
spec. Added spec test for ldap strategy
-