LDAP: log that organization mapping is skipped (#56796)

pull/56791/head
Gabriel MABILLE 3 years ago committed by GitHub
parent 78061260fb
commit 5fcec05695
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      pkg/services/ldap/ldap.go

@ -449,6 +449,7 @@ func (server *Server) buildGrafanaUser(user *ldap.Entry) (*models.ExternalUserIn
// Skipping org role sync
if SkipOrgRoleSync() {
server.log.Debug("skipping organization role mapping.")
return extUser, nil
}

Loading…
Cancel
Save