mirror of
https://github.com/grafana/grafana.git
synced 2026-07-30 00:08:10 -05:00
Fix indent
This commit is contained in:
+1
-1
@@ -450,7 +450,7 @@ func (a *ldapAuther) searchForUser(username string) (*LdapUserInfo, error) {
|
||||
}
|
||||
|
||||
func getLdapAttrN(name string, result *ldap.SearchResult, n int) string {
|
||||
if name == "DN" {
|
||||
if name == "DN" {
|
||||
return result.Entries[0].DN
|
||||
}
|
||||
for _, attr := range result.Entries[n].Attributes {
|
||||
|
||||
Reference in New Issue
Block a user