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

feat(authentication): ldap users reset filter #5425

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

james-d-elliott
Copy link
Member

This allows setting a specific users filter for password resets.

Closes #1766

@authelia
Copy link

authelia bot commented May 11, 2023

Artifacts

These changes are published for testing on Buildkite, DockerHub and GitHub Container Registry.

Docker Container

  • docker pull authelia/authelia:feat-ldap-reset-filter
  • docker pull ghcr.io/authelia/authelia:feat-ldap-reset-filter

@netlify
Copy link

netlify bot commented May 11, 2023

Deploy Preview for authelia-staging ready!

Name Link
🔨 Latest commit 92a617f
🔍 Latest deploy log https://app.netlify.com/sites/authelia-staging/deploys/645cd13fb6279b000851c935
😎 Deploy Preview https://deploy-preview-5425--authelia-staging.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@codecov
Copy link

codecov bot commented May 12, 2023

Codecov Report

Merging #5425 (099f4fa) into master (65ecfe4) will decrease coverage by 0.16%.
The diff coverage is 78.90%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #5425      +/-   ##
==========================================
- Coverage   70.06%   69.90%   -0.16%     
==========================================
  Files         280      280              
  Lines       22789    22965     +176     
  Branches      438      438              
==========================================
+ Hits        15966    16053      +87     
- Misses       6041     6126      +85     
- Partials      782      786       +4     
Flag Coverage Δ
backend 70.94% <78.90%> (-0.19%) ⬇️
frontend 56.76% <ø> (+0.05%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
internal/authentication/types.go 76.92% <ø> (ø)
internal/configuration/deprecation.go 83.33% <ø> (ø)
internal/authentication/ldap_user_provider.go 87.18% <76.19%> (-5.00%) ⬇️
internal/configuration/validator/authentication.go 97.00% <81.81%> (-3.00%) ⬇️
...ernal/authentication/ldap_user_provider_startup.go 95.27% <83.72%> (+1.82%) ⬆️

... and 10 files with indirect coverage changes

Signed-off-by: James Elliott <james-d-elliott@users.noreply.github.com>
This allows setting a specific users filter for password resets.

Signed-off-by: James Elliott <james-d-elliott@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature Request] honor pwdReset: TRUE on openldap
1 participant