This repository has been archived on 2021-10-24. You can view files and clone it, but cannot push or open issues or pull requests.
greenlight/config/initializers
Lars Kiesow 10ef20363a
Additional LDAP Authentication Methods (#1287)
This patch allows anonymous and user based authentication to LDAP
servers. This change is based on a patch against bn-ldap-authentication:

-  https://github.com/blindsidenetworks/bn-ldap-authentication/pull/2

The patch introduces a new environment variable `LDAP_AUTH` which
controls the authentication method used against the LDAP server:

- `anonymous` enables an anonymous bind to the LDAP with no password
  being used.

- `user` uses the user's own credentials to search for his data,
  enabling authenticated login to LDAP without the need for a user with
  global read privileges.

The default still remains at using a bind user, allowing for a seamless
upgrade path from the previous version.

This fixes #1082

Co-authored-by: Jesus Federico <jesus@123it.ca>
2020-04-16 14:10:14 -04:00
..
application_controller_renderer.rb GRN-80: Allow local accounts on multitenant (#428) 2019-04-05 14:54:36 -04:00
assets.rb Included missing assets and fixed room delete 404 (#939) 2020-02-12 17:49:35 -05:00
backtrace_silencers.rb adhere to rubocop guidelines 2018-06-26 10:29:46 -04:00
content_security_policy.rb GRN2-45, GRN2-197: Upgrade Rails to 5.2.3 and removed sass-rails gem (#636) 2019-07-15 10:13:41 -04:00
cookies_serializer.rb adhere to rubocop guidelines 2018-06-26 10:29:46 -04:00
filter_parameter_logging.rb adhere to rubocop guidelines 2018-06-26 10:29:46 -04:00
inflections.rb adhere to rubocop guidelines 2018-06-26 10:29:46 -04:00
languages.rb GRN2-166: Fixed issue with language fallback not working (Fixed #593) (#602) 2019-07-08 09:02:34 -04:00
mime_types.rb adhere to rubocop guidelines 2018-06-26 10:29:46 -04:00
omniauth.rb Additional LDAP Authentication Methods (#1287) 2020-04-16 14:10:14 -04:00
pagy.rb Add paging to Recordings Table (GRN2-26) (#512) 2019-05-14 09:01:41 -04:00
session_store.rb Fix session isssues (#730) 2019-08-07 15:47:05 -04:00
terms.rb delete recordings with account 2018-07-27 14:14:48 -04:00
version.rb GRN2-159: Changed the inception of the version tag (#573) 2019-06-21 09:36:52 -04:00
wrap_parameters.rb adhere to rubocop guidelines 2018-06-26 10:29:46 -04:00