- Dec 11, 2013
-
-
Ping Yu authored
-
Ping Yu authored
-
Ping Yu authored
Minor documentation fix
-
Ping Yu authored
-
Ping Yu authored
Update net-ldap gem to avoid errors with some LDAP Servers
-
Ping Yu authored
gitignore Gemfile.lock
-
Ping Yu authored
add license information to the gemspec
-
Ping Yu authored
-
Ping Yu authored
Conflicts: spec/omniauth/strategies/ldap_spec.rb
-
- Mar 05, 2013
-
-
Robert C. Sheets authored
-
- Feb 27, 2013
-
-
Leonardo Andres Garcia Crespo authored
-
- Feb 13, 2013
-
-
Christian Höltje authored
The Gemfile.lock shouldn't be included in a gem-based repository because it may artificially lock obsolete gems. An example of this is rb-fsevent which at the version it was locked at is incompatable with OS X 10.8 If something does need the version locked, specify it in the .gemspec or Gemfile itself.
-
- Feb 05, 2013
-
-
Jordi Massaguer Pla authored
This way it can be used with rubygems.org API
-
- 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
-
-
Ping Yu authored
-
-