From 5d4435a64095aa04d9c1b3dd0523ab1b4ff8913c Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Sun, 16 Apr 2023 12:52:49 +0300 Subject: [PATCH 1/2] website/docs: clear up radius provider Signed-off-by: Jens Langhammer --- website/docs/providers/radius/index.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/website/docs/providers/radius/index.md b/website/docs/providers/radius/index.md index 4f71e65c727c..0eaac11b5c4e 100644 --- a/website/docs/providers/radius/index.md +++ b/website/docs/providers/radius/index.md @@ -36,8 +36,6 @@ The following stages are supported: ### Limitations -The RADIUS provider only supports the clear-text protocol: +The RADIUS provider only supports the PAP protocol: ![](./protocols.png) - -This does not mean that passwords are stored in cleartext, they are hashed and salted in authentik. However as all protocols besides Clear-text, EAP-MD5 and EAP-PWD require the password to be stored in the database in clear text, they are not supported. From f4468ca74ef141e9f7ca8c2a39a4ba3b79f967fa Mon Sep 17 00:00:00 2001 From: Jens L Date: Tue, 18 Apr 2023 10:13:00 +0200 Subject: [PATCH 2/2] Update website/docs/providers/radius/index.md Co-authored-by: Tana M Berry Signed-off-by: Jens L. Signed-off-by: Jens Langhammer --- website/docs/providers/radius/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/providers/radius/index.md b/website/docs/providers/radius/index.md index 0eaac11b5c4e..f9f0b5403549 100644 --- a/website/docs/providers/radius/index.md +++ b/website/docs/providers/radius/index.md @@ -36,6 +36,6 @@ The following stages are supported: ### Limitations -The RADIUS provider only supports the PAP protocol: +The RADIUS provider only supports the [PAP](https://en.wikipedia.org/wiki/Password_Authentication_Protocol) (Password Authentication Protocol) protocol: ![](./protocols.png)