console icon indicating copy to clipboard operation
console copied to clipboard

Unable to set up LDAP on Web Console GUI

Open maxswjeon opened this issue 2 years ago • 2 comments

Expected Behavior

We should be able to set up LDAP on Web Console GUI

image

Current Behavior

Unable to set up LDAP on Web Console GUI with this error image

Possible Solution

  1. Add input fields named "Lookup Bind DN" and "Lookup Bind Password"
  2. Add a checkbox for Annonymous Bind

Steps to Reproduce (for bugs)

  1. Install Latest minio server with docker
version: '3.8'
services:
  minio:    
    image: minio/minio:RELEASE.2021-12-29T06-49-06Z
    restart: always                               
    ports:
      - 9000:9000
      - 9001:9001
    command: [
      'server',
      '/data',
      '--console-address',
      ':9001'
    ]
    volumes:
      - ./data:/data
  1. Login with Default Credentials (minioadmin:minioadmin)
  2. Try to set up LDAP

Context

We are trying to set up minio on docker, with LDAP.

Regression

Nope

Your Environment

  • Version used (minio --version):
  • Server setup and configuration:
  • Operating System and version (uname -a):

minio version:
minio version RELEASE.2021-12-29T06-49-06Z

Server Setup: see Reproduction

Operating System and version:
Linux swjeon.promedius.dev 5.13.0-27-generic minio/minio#29-Ubuntu SMP Wed Jan 12 17:36:47 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux

maxswjeon avatar Jan 20 '22 13:01 maxswjeon

@maxswjeon Please upgrade.

Transferring to console.

klauspost avatar Jan 20 '22 13:01 klauspost

Same error on Latest Release. Tested.

maxswjeon avatar Jan 20 '22 13:01 maxswjeon

@maxswjeon, PR #1698 was sent in March to fix this issue.

I can see the Lookup Bind DN and Lookup Bind Password fields when I log into play.min.io (a hosted MinIO server running the latest version for testing and development purposes) with minioadmin:minioadmin credentials:

Screen Shot 2022-09-19 at 1 50 42 PM

Please feel free to reopen this issue if you're still seeing this problem. Thanks in advance 👍

kaankabalak avatar Sep 19 '22 10:09 kaankabalak