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

auth/ldap: fix login errors #26200

Merged
merged 4 commits into from
Mar 28, 2024
Merged

auth/ldap: fix login errors #26200

merged 4 commits into from
Mar 28, 2024

Commits on Mar 28, 2024

  1. auth/ldap: fix login errors

    This fixes 2 ldap auth login errors
    
    * Missing entity alias attribute value
      * Vault relies on case insensitive user attribute keys for mapping user
        attributes to entity alias metadata. This sets the appropriate
        configs in the cap library.
    
    * ldap group search anonymous bind regression
      * Anonymous group searches can be rejected by some LDAP servers if
        they contain a userDN. This sets the configs in the cap library to
        specify unauthenticated binds for anonymous group searches should
        exclude a DN.
    
    Closes #26171
    Closes #26183
    fairclothjm committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    5ed10a0 View commit details
    Browse the repository at this point in the history
  2. changelog

    fairclothjm committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    c8d957a View commit details
    Browse the repository at this point in the history
  3. go mod tidy

    fairclothjm committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    599ac9c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fcea72c View commit details
    Browse the repository at this point in the history