You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered:
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
console/portal-ui/src/screens/Console/IDP/LDAP/IDPLDAPConfigurationDetails.tsx
Line 83 in fc4263e
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
The text was updated successfully, but these errors were encountered: