grafana/pkg/services/ldap
Jo 062d255124
Handle ioutil deprecations (#53526)
* replace ioutil.ReadFile -> os.ReadFile

* replace ioutil.ReadAll -> io.ReadAll

* replace ioutil.TempFile -> os.CreateTemp

* replace ioutil.NopCloser -> io.NopCloser

* replace ioutil.WriteFile -> os.WriteFile

* replace ioutil.TempDir -> os.MkdirTemp

* replace ioutil.Discard -> io.Discard
2022-08-10 15:37:51 +02:00
..
testdata LDAP: Interpolate env variable expressions in ldap.toml file (#20173) 2019-11-06 21:41:21 +01:00
helpers.go LDAP: Fix debug view to display the actual computed mapping in ldap.go (#48103) 2022-04-22 15:45:54 +02:00
ldap_groups.go TeamSync: Fix team syncing out of orgs mapped by auth method (#53257) 2022-08-10 10:20:23 +02:00
ldap_helpers_test.go LDAP: Fix debug view to display the actual computed mapping in ldap.go (#48103) 2022-04-22 15:45:54 +02:00
ldap_login_test.go LDAP: Search all DNs for users (#38891) 2021-09-14 10:49:37 +02:00
ldap_private_test.go Move SignedInUser to user service and RoleType and Roles to org (#53445) 2022-08-10 11:56:48 +02:00
ldap_test.go LDAP: Search all DNs for users (#38891) 2021-09-14 10:49:37 +02:00
ldap.go Handle ioutil deprecations (#53526) 2022-08-10 15:37:51 +02:00
settings_test.go Chore: Disable default golangci-lint filter (#29751) 2020-12-15 09:32:06 +01:00
settings.go Handle ioutil deprecations (#53526) 2022-08-10 15:37:51 +02:00
testing.go pkg/web: restrict handler types (#48495) 2022-05-20 12:45:18 -04:00