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) #26206

Merged
merged 1 commit into from
Mar 28, 2024

Commits on Mar 28, 2024

  1. auth/ldap: fix login errors (#26200)

    * 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
    
    * changelog
    
    * go mod tidy
    
    * go get cap/ldap@latest and go mod tidy
    fairclothjm committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    95a0bdb View commit details
    Browse the repository at this point in the history