docs: fix missing secret links (#4242)

* docs: fix missing secret links

* docs: fix missing secret links

* docs: fix missing doc
pull/4244/head
James Elliott 2022-10-23 14:42:44 +11:00 committed by GitHub
parent 96beb09706
commit 296dc9ecc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 1 deletions

View File

@ -266,6 +266,13 @@ server and utilizing a service account.*
Permits binding to the server without a password. For this option to be enabled both the [password](#password)
configuration option must be blank and the [password_reset disable](introduction.md#disable) option must be `true`.
### permit_feature_detection_failure
{{< confkey type="boolean" default="false" required="no" >}}
Authelia searches for the RootDSE to discover supported controls and extensions. This option is a compatability option
which *__should not__* be enabled unless the LDAP server returns an error when searching for the RootDSE.
### user
{{< confkey type="string" required="yes" >}}

View File

@ -60,13 +60,18 @@ other configuration using the environment but instead of loading a file the valu
[duo_api.secret_key]: ../second-factor/duo.md#secret_key
[session.secret]: ../session/introduction.md#secret
[session.redis.password]: ../session/redis.md#password
[session.redis.tls.private_key]: ../session/redis.md#tls
[session.redis.high_availability.sentinel_password]: ../session/redis.md#sentinel_password
[storage.encryption_key]: ../storage/introduction.md#encryption_key
[storage.mysql.password]: ../storage/mysql.md#password
[storage.mysql.tls.private_key]: ../storage/mysql.md#tls
[storage.postgres.password]: ../storage/postgres.md#password
[storage.postgres.ssl.key]: ../storage/postgres.md#key
[storage.postgres.tls.private_key]: ../storage/postgres.md#tls
[storage.postgres.ssl.key]: ../storage/postgres.md
[notifier.smtp.password]: ../notifications/smtp.md#password
[notifier.smtp.tls.private_key]: ../notifications/smtp.md#tls
[authentication_backend.ldap.password]: ../first-factor/ldap.md#password
[authentication_backend.ldap.tls.private_key]: ../first-factor/ldap.md#tls
[identity_providers.oidc.issuer_private_key]: ../identity-providers/open-id-connect.md#issuer_private_key
[identity_providers.oidc.hmac_secret]: ../identity-providers/open-id-connect.md#hmac_secret