mirror of
https://github.com/grafana/grafana.git
synced 2025-08-03 05:08:36 +08:00
LDAP: log that organization mapping is skipped (#56796)
This commit is contained in:
@ -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
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user