Skip to content

website/docs: add LDAP docs for forward deletion and memberUid#14814

Merged
gergosimonyi merged 2 commits intomainfrom
website/docs/add-ldap-source-memberuid-docs
Jun 3, 2025
Merged

website/docs: add LDAP docs for forward deletion and memberUid#14814
gergosimonyi merged 2 commits intomainfrom
website/docs/add-ldap-source-memberuid-docs

Conversation

@gergosimonyi
Copy link
Collaborator

No description provided.

@netlify
Copy link

netlify bot commented Jun 2, 2025

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 200072f
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/683db1d0b2315a0008bdba37
😎 Deploy Preview https://deploy-preview-14814--authentik-docs.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 project configuration.

@netlify
Copy link

netlify bot commented Jun 2, 2025

Deploy Preview for authentik-storybook canceled.

Name Link
🔨 Latest commit 200072f
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/683db1d068300e0008ef7998

@codecov
Copy link

codecov bot commented Jun 2, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.76%. Comparing base (94b4977) to head (200072f).
Report is 19 commits behind head on main.

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #14814   +/-   ##
=======================================
  Coverage   92.75%   92.76%           
=======================================
  Files         817      817           
  Lines       42197    42197           
=======================================
+ Hits        39141    39142    +1     
+ Misses       3056     3055    -1     
Flag Coverage Δ
e2e 47.55% <ø> (ø)
integration 24.38% <ø> (ø)
unit 90.65% <ø> (+<0.01%) ⬆️

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

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@github-actions
Copy link
Contributor

github-actions bot commented Jun 2, 2025

authentik PR Installation instructions

Instructions for docker-compose

Add the following block to your .env file:

AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-200072fb163e67d70834990f6e2479e06f554d9f
AUTHENTIK_OUTPOSTS__CONTAINER_IMAGE_BASE=ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s

Afterwards, run the upgrade commands from the latest release notes.

Instructions for Kubernetes

Add the following block to your values.yml file:

authentik:
    outposts:
        container_image_base: ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s
global:
    image:
        repository: ghcr.io/goauthentik/dev-server
        tag: gh-200072fb163e67d70834990f6e2479e06f554d9f

Afterwards, run the upgrade commands from the latest release notes.

@gergosimonyi gergosimonyi marked this pull request as ready for review June 2, 2025 11:16
@gergosimonyi gergosimonyi requested review from a team as code owners June 2, 2025 11:16
Copy link
Contributor

@dewi-tik dewi-tik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure about my suggestions either. @tanberry do you have better suggestions?

Copy link
Contributor

@tanberry tanberry left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Excellent edits @gergosimonyi and @dewi-tik

Co-authored-by: Dewi Roberts <dewi@goauthentik.io>
Copy link
Contributor

@kensternberg-authentik kensternberg-authentik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Edits look good. Had a question about a lost piece of information, but approved otherwise.

- **Sync users**: Enable or disable user synchronization between authentik and the LDAP source.
- **User password writeback**: Enable this option if you want to write password changes that are made in authentik back to LDAP.
- **Sync groups**: Enable/disable group synchronization. Groups are synced in the background every 5 minutes.
- **Parent group**: Optionally set this group as the parent group for all synced groups. An example use case of this would be to import Active Directory groups under a root `imported-from-ad` group.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this information necessary, or lost?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I merged it with "Group" in #### Additional Settings a few lines below, because those two are the same (and it appears in Additional Settings in the form itself). Docs got out of sync with that one.

@gergosimonyi gergosimonyi merged commit 691a0d6 into main Jun 3, 2025
101 checks passed
@gergosimonyi gergosimonyi deleted the website/docs/add-ldap-source-memberuid-docs branch June 3, 2025 15:44
@gergosimonyi
Copy link
Collaborator Author

/cherry-pick version-2025.6

gcp-cherry-pick-bot bot pushed a commit that referenced this pull request Jun 3, 2025
)

* website/docs: add LDAP docs for forward deletion and `memberUid`

* reword LDAP docs

Co-authored-by: Dewi Roberts <dewi@goauthentik.io>

---------

Co-authored-by: Dewi Roberts <dewi@goauthentik.io>
gergosimonyi added a commit that referenced this pull request Jun 3, 2025
…rry-pick #14814) (#14848)

website/docs: add LDAP docs for forward deletion and `memberUid` (#14814)

* website/docs: add LDAP docs for forward deletion and `memberUid`

* reword LDAP docs



---------

Co-authored-by: Simonyi Gergő <28359278+gergosimonyi@users.noreply.github.com>
Co-authored-by: Dewi Roberts <dewi@goauthentik.io>
kensternberg-authentik added a commit that referenced this pull request Jun 6, 2025
* main: (97 commits)
  website/docs: update style guide (#14373)
  website/docs: finalize release notes for `2025.6` (#14854)
  providers/rac: apply ConnectionToken scoped-settings last (#14838)
  lib/sync: fix static incorrect label of pages (#14851)
  website/docs: Add FIDO2 references to the documentation (#14826)
  website/docs: add LDAP docs for forward deletion and `memberUid` (#14814)
  stages/authenticator_webauthn: Update FIDO MDS3 & Passkey aaguid blobs (#14801)
  core: bump structlog from 25.3.0 to 25.4.0 (#14834)
  web: bump tar-fs from 3.0.8 to 3.0.9 in /web (#14836)
  website/integrations: Update Zammad SAML Instructions (#14774)
  website/integrations: remove trailing slash from budibase redirect (#14823)
  remove fluff from release notes 2025.6 (#14819)
  web: bump @sentry/browser from 9.22.0 to 9.23.0 in /web in the sentry group across 1 directory (#14776)
  website: bump postcss from 8.5.3 to 8.5.4 in /website (#14787)
  web: bump the esbuild group across 2 directories with 4 updates (#14711)
  core: bump github.com/redis/go-redis/v9 from 9.8.0 to 9.9.0 (#14733)
  core: bump twilio from 9.6.1 to 9.6.2 (#14789)
  website: bump @types/node from 22.15.21 to 22.15.29 in /website (#14808)
  core: bump astral-sh/uv from 0.7.8 to 0.7.9 (#14806)
  core: bump uvicorn[standard] from 0.34.2 to 0.34.3 (#14811)
  ...
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.

5 participants