grafana/pkg/services/ldap
Mario Trangoni 5116420e9a
Fix misspell issues (#23905)
* Fix misspell issues

See,
$ golangci-lint run --timeout 10m --disable-all -E misspell ./...

Signed-off-by: Mario Trangoni <mjtrangoni@gmail.com>

* Fix codespell issues

See,
$ codespell -S './.git*' -L 'uint,thru,pres,unknwon,serie,referer,uptodate,durationm'

Signed-off-by: Mario Trangoni <mjtrangoni@gmail.com>

* ci please?

* non-empty commit - ci?

* Trigger build

Co-authored-by: bergquist <carl.bergquist@gmail.com>
Co-authored-by: Kyle Brandt <kyle@grafana.com>
2020-04-29 21:37:21 +02:00
..
testdata LDAP: Interpolate env variable expressions in ldap.toml file (#20173) 2019-11-06 21:41:21 +01:00
helpers.go LDAP: improve POSIX support (#18235) 2019-07-24 12:49:18 +03:00
ldap_helpers_test.go LDAP: improve POSIX support (#18235) 2019-07-24 12:49:18 +03:00
ldap_login_test.go LDAP: Adds bind before searching LDAP for non-login cases. (#18023) 2019-07-10 12:25:21 +02:00
ldap_private_test.go LDAP: Show non-matched groups returned from LDAP (#19208) 2019-09-19 16:13:38 +01:00
ldap_test.go Close the connection only if we establish it. (#18897) 2019-09-16 14:13:35 +01:00
ldap.go Fix misspell issues (#23905) 2020-04-29 21:37:21 +02:00
settings_test.go LDAP: Interpolate env variable expressions in ldap.toml file (#20173) 2019-11-06 21:41:21 +01:00
settings.go chore: avoid aliasing imports in services (#22499) 2020-02-29 13:35:15 +01:00
testing.go Close the connection only if we establish it. (#18897) 2019-09-16 14:13:35 +01:00