mirror of https://github.com/grafana/grafana.git
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
|
// Skipping org role sync
|
||||||
if SkipOrgRoleSync() {
|
if SkipOrgRoleSync() {
|
||||||
|
server.log.Debug("skipping organization role mapping.")
|
||||||
return extUser, nil
|
return extUser, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue