website/docs: fix 404s on ldap provider docs
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
parent
9cad24b180
commit
ac2e85c003
|
@ -68,9 +68,9 @@ All bind modes rely on flows.
|
||||||
|
|
||||||
The following stages are supported:
|
The following stages are supported:
|
||||||
|
|
||||||
- [Identification](../../flow/stages/identification/)
|
- [Identification](../../flow/stages/identification/index.md)
|
||||||
- [Password](../../flow/stages/password/)
|
- [Password](../../flow/stages/password/index.md)
|
||||||
- [Authenticator validation](../../flow/stages/authenticator_validate/)
|
- [Authenticator validation](../../flow/stages/authenticator_validate/index.md)
|
||||||
|
|
||||||
Note: Authenticator validation currently only supports DUO devices
|
Note: Authenticator validation currently only supports DUO devices
|
||||||
|
|
||||||
|
|
|
@ -76,6 +76,7 @@ module.exports = {
|
||||||
"services/powerdns-admin/index",
|
"services/powerdns-admin/index",
|
||||||
"services/snipe-it/index",
|
"services/snipe-it/index",
|
||||||
"services/truecommand/index",
|
"services/truecommand/index",
|
||||||
|
"services/sssd/index",
|
||||||
"services/veeam-enterprise-manager/index",
|
"services/veeam-enterprise-manager/index",
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|
Reference in New Issue