authelia/docs
James Elliott f79db588be
feat(authentication): ldap memberof group search (#5418)
Introduces the concept of group search mode into the LDAP configuration. This also adds the filter and memberof search modes. The full description of these is included in the docs but the filter mode is the same mode as previous which is also the default and recommended value. The memberof mode should only be used by users who are aware of how the concept works as per the docs.

Closes #2161

Signed-off-by: James Elliott <james-d-elliott@users.noreply.github.com>
2023-06-18 14:40:38 +10:00
..
archetypes docs: upgrade to doks 0.5.0 (#3689) 2022-07-14 14:29:54 +10:00
assets docs: bump deps (#5343) 2023-05-01 09:45:13 +10:00
config docs: fix netlify next (#5409) 2023-05-08 14:08:28 +10:00
content/en feat(authentication): ldap memberof group search (#5418) 2023-06-18 14:40:38 +10:00
data feat(authentication): ldap memberof group search (#5418) 2023-06-18 14:40:38 +10:00
functions feat: major documentation refresh (#3475) 2022-06-15 17:51:47 +10:00
i18n feat(authentication): suport ldap over unix socket (#5397) 2023-05-07 16:39:17 +10:00
layouts feat(oidc): private_key_jwt client auth (#5280) 2023-05-15 10:32:10 +10:00
static docs: adjust image links (#4680) 2023-01-03 12:27:02 +11:00
.editorconfig docs: update dates (#3615) 2022-06-28 15:27:14 +10:00
.eslintignore feat: major documentation refresh (#3475) 2022-06-15 17:51:47 +10:00
.eslintrc.json feat: major documentation refresh (#3475) 2022-06-15 17:51:47 +10:00
.gitignore feat: major documentation refresh (#3475) 2022-06-15 17:51:47 +10:00
.markdownlint-cli2.jsonc feat: major documentation refresh (#3475) 2022-06-15 17:51:47 +10:00
.stylelintignore feat: major documentation refresh (#3475) 2022-06-15 17:51:47 +10:00
.stylelintrc.json docs: bump deps (#5343) 2023-05-01 09:45:13 +10:00
LICENSE feat: major documentation refresh (#3475) 2022-06-15 17:51:47 +10:00
README.md docs: fix links and npm install command (#4755) 2023-01-12 22:02:13 +11:00
babel.config.js feat: major documentation refresh (#3475) 2022-06-15 17:51:47 +10:00
netlify.toml docs: bump deps (#5343) 2023-05-01 09:45:13 +10:00
package.json docs: bump deps (#5343) 2023-05-01 09:45:13 +10:00
pnpm-lock.yaml docs: fix missing text (#5347) 2023-05-01 13:58:15 +10:00
theme.toml feat: major documentation refresh (#3475) 2022-06-15 17:51:47 +10:00

README.md

The Authelia website / documentation source.

Please:

  • Only edit the /content folder via the main Authelia monorepo
  • Edit everything else via the Authelia website repo

See the Documentation Contributing Guide for more information.