greenlight/config
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
..
environments allow for mail system without authentication (#1019) 2020-03-20 11:57:56 -04:00
initializers Additional LDAP Authentication Methods (#1287) 2020-04-16 14:10:14 -04:00
locales Translate /config/locales/en.yml in hy (#1262) 2020-04-16 12:24:10 -04:00
application.rb make help link configurable (#1161) 2020-04-16 10:56:34 -04:00
boot.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
cable.yml allow for production cable config 2018-08-02 14:08:13 -04:00
database.yml GRN-80: Allow local accounts on multitenant (#428) 2019-04-05 14:54:36 -04:00
environment.rb add LGPL 3.0 headers 2018-08-01 09:45:12 -04:00
puma.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
routes.rb Added dropdown for dynamically changing the log level (#962) 2020-02-24 12:51:27 -05:00
secrets.yml initial commit 2018-05-07 16:06:01 -04:00
spring.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
storage.yml GRN2-45, GRN2-197: Upgrade Rails to 5.2.3 and removed sass-rails gem (#636) 2019-07-15 10:13:41 -04:00