docs: fix missing secret links (#4242)
* docs: fix missing secret links * docs: fix missing secret links * docs: fix missing docpull/4244/head
parent
96beb09706
commit
296dc9ecc5
|
@ -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" >}}
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue