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

fix: Allow for lowercase token in ldap dn #563

Merged
merged 1 commit into from
May 22, 2024

Commits on May 22, 2024

  1. fix: Allow for lowercase token in ldap dn

    Update the validation regex to allow for lowercase LDIF field names in
    the dn (e.g. CN=foo vs cn=foo).
    
    Minio recently changed behaviour by using case sensitive ldap queries.
    This makes it necessary to specify the distinguished name for user/group
    policy attachments exactly in the same case as the server.
    fryshorts committed May 22, 2024
    Configuration menu
    Copy the full SHA
    0de3b59 View commit details
    Browse the repository at this point in the history