From ac2e85c00313fd93fee6e3c960649782de83a241 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Sun, 6 Nov 2022 00:01:38 +0100 Subject: [PATCH] website/docs: fix 404s on ldap provider docs Signed-off-by: Jens Langhammer --- website/docs/providers/ldap/index.md | 6 +++--- website/sidebarsIntegrations.js | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/website/docs/providers/ldap/index.md b/website/docs/providers/ldap/index.md index 1f3ff6afa..2cc771184 100644 --- a/website/docs/providers/ldap/index.md +++ b/website/docs/providers/ldap/index.md @@ -68,9 +68,9 @@ All bind modes rely on flows. The following stages are supported: -- [Identification](../../flow/stages/identification/) -- [Password](../../flow/stages/password/) -- [Authenticator validation](../../flow/stages/authenticator_validate/) +- [Identification](../../flow/stages/identification/index.md) +- [Password](../../flow/stages/password/index.md) +- [Authenticator validation](../../flow/stages/authenticator_validate/index.md) Note: Authenticator validation currently only supports DUO devices diff --git a/website/sidebarsIntegrations.js b/website/sidebarsIntegrations.js index 89b929591..82c8d7484 100644 --- a/website/sidebarsIntegrations.js +++ b/website/sidebarsIntegrations.js @@ -76,6 +76,7 @@ module.exports = { "services/powerdns-admin/index", "services/snipe-it/index", "services/truecommand/index", + "services/sssd/index", "services/veeam-enterprise-manager/index", ], },