1. 13 5月, 2015 1 次提交
  2. 08 2月, 2015 1 次提交
  3. 13 1月, 2015 1 次提交
  4. 11 1月, 2015 1 次提交
  5. 04 12月, 2014 2 次提交
  6. 17 10月, 2014 2 次提交
  7. 16 10月, 2014 1 次提交
  8. 14 10月, 2014 1 次提交
  9. 13 10月, 2014 1 次提交
  10. 10 10月, 2014 1 次提交
  11. 07 8月, 2014 1 次提交
  12. 24 6月, 2014 2 次提交
  13. 13 6月, 2014 1 次提交
  14. 04 9月, 2013 1 次提交
  15. 03 9月, 2013 1 次提交
  16. 20 12月, 2012 1 次提交
  17. 12 9月, 2012 1 次提交
  18. 03 9月, 2012 1 次提交
  19. 31 8月, 2012 2 次提交
  20. 24 8月, 2012 1 次提交
  21. 17 8月, 2012 1 次提交
  22. 29 7月, 2012 1 次提交
  23. 21 7月, 2012 1 次提交
    • P
      Handle LDAP missing credentials error with a flash message. · a2d244ec
      Pat Thoyts 提交于
      If a user fails to provide a username or password to the LDAP login
      form then a 500 error is returned due to an exception being raised
      in omniauth-ldap. This gem has been amended to use the omniauth
      error propagation function (fail!) to pass this exception message to
      the registered omniauth failure handler so that the Rails application
      can handle it approriately.
      
      The failure function now knows about standard exceptions and no longer
      requires a specific check for the OmniAuth::Error exception added by
      commit f322975c.
      
      This resolves issue #1077.
      Signed-off-by: NPat Thoyts <patthoyts@users.sourceforge.net>
      a2d244ec
  24. 17 7月, 2012 1 次提交
  25. 18 2月, 2012 1 次提交
    • S
      Use the omniauth-ldap info object instead of the raw ldap info in extra. · 2bb2dee0
      Steve Prentice 提交于
      This helps with compatibility with more LDAP providers as the implementation
      doesn't depend on the exact names of the LDAP fields. The LDAP strategy
      helps maps the attributes to the fields in the info object and we use the
      info object to get the email and name.
      
      This makes the LDAP auth compatible with most OpenLDAP servers as well.
      2bb2dee0
  26. 28 1月, 2012 1 次提交