Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lemon-LDAP #240

Open
JeromeDevome opened this issue Feb 20, 2023 · 0 comments
Open

Lemon-LDAP #240

JeromeDevome opened this issue Feb 20, 2023 · 0 comments
Assignees
Labels

Comments

@JeromeDevome
Copy link
Owner

Un utilisateur de GRR:

Nous utilisons Lemon-LDAP pour notre SSO, les dernières versions de GRR
redemandaient une authentification.

Nous vous proposons donc la correction suivante dans le index.php :

if (isset($_SERVER['PHP_AUTH_USER']) && !empty($_SERVER['PHP_AUTH_USER']))

Devient

if (isset($_SERVER['HTTP_AUTH_USER']) && !empty($_SERVER['HTTP_AUTH_USER']))

En effet, la variable PHP_AUTH_USER ne peut pas être surchargée par
lemon-ldap.

@JeromeDevome JeromeDevome self-assigned this Dec 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant