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

Ldap IDP configuration not shown in web gui when configured without enable: on #2881

Closed
acottre opened this issue Jun 14, 2023 · 3 comments · Fixed by #2985
Closed

Ldap IDP configuration not shown in web gui when configured without enable: on #2881

acottre opened this issue Jun 14, 2023 · 3 comments · Fixed by #2985
Assignees

Comments

@acottre
Copy link

acottre commented Jun 14, 2023

In minio, the enable: on is optional, with the default being on, however in the code for the console, it explicitally looks for this to display the configuration.

This leads to an instance which has not got the enable flag set, showing that ldap is not enabled in the web gui

const enabled = record.find((item: any) => item.key === "enable");

https://github.com/minio/minio/blob/0474791cf8b990c7d44774e7f06f55c415dc3291/internal/config/identity/ldap/config.go#L192

Unless I am misunderstanding this, but it matches my current experience of the variable not being set while ldap is functional, and it not showing up in the console

@cesnietor
Copy link
Collaborator

We will remove the flag that is causing this.

@BiniKP
Copy link

BiniKP commented Aug 8, 2023

Hi, is this planned to be fixed soon?
The behaviour of my POC is exactly the same than in #2984

@cesnietor
Copy link
Collaborator

hi @BiniKP we'll be sending a fix soon. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants