'SonarQube. The user loses his rights during a new session

The problem is that users in the administrators group lose their rights after logging out of the SonarQube account. I assign them manually, but it can happen again. Sonar is installed for Linux. Sonar version - 9.3



Solution 1:[1]

Maybe someday it will be useful to someone. The problem was in the LDAP configuration.

Correct configuration:

ldap.user.request=(&(sAMAccountName={login})(objectClass=user))

ldap.group.request=(&(objectClass=group)(member={dn}))

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Troy Comi