- Sep 02, 2014
-
-
Jan Bessai authored
-
- Feb 01, 2014
-
-
Dmitriy Zaporozhets authored
Sync with intridea/omniauth-ldap
-
- Jan 31, 2014
-
-
https://github.com/intridea/omniauth-ldapJason Hollingsworth authored
Update version to match intridea/omniauth-ldap. Add test for alternate fields.
-
- Dec 13, 2013
-
-
Ping Yu authored
Conflicts: README.md spec/omniauth/strategies/ldap_spec.rb
-
- 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
-
- Jun 13, 2013
-
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
Gemfile.lock: update net-ldap to fix LDAP authentication issues
-
David Aguilar authored
Newer LDAP servers fail with older versions of net-ldap. Update to the fixed version. Signed-off-by:
David Aguilar <davvid@gmail.com>
-
- Apr 26, 2013
-
-
Dmitriy Zaporozhets authored
-
- 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
- Dec 30, 2012
-
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
- Oct 16, 2012
-
-
Samuel de Framond authored
-
Samuel de Framond authored
-
- 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 21, 2012
-
-
Dmitriy Zaporozhets authored
Report missing credentials to the Rails application.
-
- Jul 20, 2012
-
-
Pat Thoyts authored
If no username or password is provided a MissingCredentialsError is raised which causes a Rack caught exception and a 500 Error in gitlab. Omniauth provides a way to raise such errors to the application by using the 'fail!' method to pass the exception to the registered failure handler. For gitlab this is the omniauth_controller code. This is required to resolve gitlab issue #1077. Signed-off-by:
Pat Thoyts <patthoyts@users.sourceforge.net>
-
- 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
-
- Jun 26, 2012
-
-
Dmitriy Zaporozhets authored
-