From eb701571b321b505b3e5a71dc3dfbc5802c2b903 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Fri, 3 May 2024 18:16:15 -0700 Subject: [PATCH] Updated Setting up Authentication (markdown) --- Setting-up-Authentication.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Setting-up-Authentication.md b/Setting-up-Authentication.md index 7b3682f..78ff2f1 100644 --- a/Setting-up-Authentication.md +++ b/Setting-up-Authentication.md @@ -74,8 +74,8 @@ LOGOUT_REDIRECT_URL=https://auth.yourcompany.example.com/after/logout > Can be used with an SSO provider like [Authentik](https://github.com/goauthentik/authentik), [Authelia](https://github.com/authelia/authelia), [Okta / Auth0](https://www.okta.com/), [Keycloak](https://www.keycloak.org/), and others. +First, `pip`-install the `ldap` add-on to use this feature (not needed if using Docker). ```bash -# first, install optional ldap addon to use this feature pip install archivebox[ldap] ```