grafana/pkg/services/ldap/api
Jo d4cfbd9fd3
LDAP: Move LDAP globals to Config (#63255)
* structure dtos and private methods

* add basic LDAP service

* use LDAP service in ldap debug API

* lower non fatal error

* remove unused globals

* wip

* remove final globals

* fix tests to use cfg enabled

* restructure errors

* remove logger from globals

* use ldap service in authn

* use ldap service in context handler

* fix failed tests

* fix ldap middleware provides

* fix provides in auth_test.go
2023-02-10 19:01:55 +01:00
..
dtos.go LDAP: Move LDAP globals to Config (#63255) 2023-02-10 19:01:55 +01:00
errors.go LDAP: Move LDAP globals to Config (#63255) 2023-02-10 19:01:55 +01:00
service_test.go LDAP: Move LDAP globals to Config (#63255) 2023-02-10 19:01:55 +01:00
service.go LDAP: Move LDAP globals to Config (#63255) 2023-02-10 19:01:55 +01:00
support_bundle.go LDAP: Move LDAP globals to Config (#63255) 2023-02-10 19:01:55 +01:00