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(configuration): freeipa ldap implementation #4482

Merged
merged 2 commits into from
Dec 21, 2022

Conversation

james-d-elliott
Copy link
Member

@james-d-elliott james-d-elliott commented Dec 5, 2022

This adds a FreeIPA LDAP implementation which purely adds sane defaults for FreeIPA. There are no functional differences just when the implementation option is set to 'freeipa' sane defaults which should be sufficient for most use cases are set. See the documentation at https://www.authelia.com/r/ldap#defaults for more details.

Closes #2177, Closes #2161

@authelia
Copy link

authelia bot commented Dec 5, 2022

Artifacts

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

Docker Container

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

@james-d-elliott james-d-elliott marked this pull request as ready for review December 5, 2022 22:51
@netlify
Copy link

netlify bot commented Dec 5, 2022

Deploy Preview for authelia-staging ready!

Name Link
🔨 Latest commit 4b19e7f
🔍 Latest deploy log https://app.netlify.com/sites/authelia-staging/deploys/63a2d780f024040009ff3591
😎 Deploy Preview https://deploy-preview-4482--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.

This adds a FreeIPA LDAP implementation which purely adds sane defaults for FreeIPA. There are no functional differences just when the implementation option is set to 'freeipa' sane defaults which should be sufficient for most use cases are set. See the documentation at https://www.authelia.com/r/ldap#defaults for more details.
@codecov
Copy link

codecov bot commented Dec 5, 2022

Codecov Report

Merging #4482 (4b19e7f) into master (c7f4d59) will decrease coverage by 0.01%.
The diff coverage is 100.00%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #4482      +/-   ##
==========================================
- Coverage   68.10%   68.09%   -0.02%     
==========================================
  Files         268      268              
  Lines       18560    18562       +2     
  Branches      431      431              
==========================================
- Hits        12641    12640       -1     
- Misses       5163     5166       +3     
  Partials      756      756              
Flag Coverage Δ
backend 68.60% <100.00%> (-0.02%) ⬇️
frontend 62.65% <ø> (ø)

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

Impacted Files Coverage Δ
internal/configuration/validator/authentication.go 100.00% <100.00%> (ø)
internal/configuration/validator/log.go 100.00% <100.00%> (ø)
internal/commands/root.go 38.52% <0.00%> (-1.30%) ⬇️

# Conflicts:
#	docs/content/en/reference/guides/ldap.md
#	internal/configuration/schema/authentication.go
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.

LDAP: Add FreeIPA Implementation feature : get user group using the attribute memberOf on user
1 participant