diff options
| author | James Elliott <james-d-elliott@users.noreply.github.com> | 2025-02-23 19:05:57 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-23 08:05:57 +0000 |
| commit | 0af038e0ced689db90da480876a0bb26d78c6fb9 (patch) | |
| tree | 5d97fe07636fcc5f7c6d87d6535bc5e1f0a9f2eb /docs/content/reference/guides | |
| parent | 197b45521f5e3799d0b9ef1ec0000d4f83abdee9 (diff) | |
feat(authentication): ldap connection pooling (#7217)
This implements optional LDAP connection pooling to optimize the speed of LDAP transactions.
Signed-off-by: James Elliott <james-d-elliott@users.noreply.github.com>
Diffstat (limited to 'docs/content/reference/guides')
| -rw-r--r-- | docs/content/reference/guides/authentication-method-references.md | 2 | ||||
| -rw-r--r-- | docs/content/reference/guides/webauthn.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/content/reference/guides/authentication-method-references.md b/docs/content/reference/guides/authentication-method-references.md index 6470e680e..c00d35fdc 100644 --- a/docs/content/reference/guides/authentication-method-references.md +++ b/docs/content/reference/guides/authentication-method-references.md @@ -2,7 +2,7 @@ title: "Authentication Method Reference Values" description: "This guide shows a list of Authentication Method Reference Values based on RFC8176 and how they are implemented within Authelia" summary: "This guide shows a list of other frequently asked question documents as well as some general ones." -date: 2025-01-27T09:23:06+11:00 +date: 2025-02-23T16:08:49+11:00 draft: false images: [] weight: 220 diff --git a/docs/content/reference/guides/webauthn.md b/docs/content/reference/guides/webauthn.md index 71e8d9e57..2ff01c566 100644 --- a/docs/content/reference/guides/webauthn.md +++ b/docs/content/reference/guides/webauthn.md @@ -2,7 +2,7 @@ title: "WebAuthn" description: "A reference guide on various WebAuthn features and topics" summary: "This section contains reference documentation for Authelia's WebAuthn implementation and capabilities." -date: 2025-01-27T09:23:06+11:00 +date: 2025-02-23T16:08:49+11:00 draft: false images: [] weight: 220 |
