mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
LDAP: log that organization mapping is skipped (#56796)
This commit is contained in:
parent
78061260fb
commit
5fcec05695
@ -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…
Reference in New Issue
Block a user