From 6bb2f74690e288cae8250b6b321a50acd3db129d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Friedrich=20Dreyer?= Date: Fri, 4 Nov 2022 11:21:38 +0000 Subject: [PATCH] auth basic readme fix env var rename MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jörn Friedrich Dreyer --- services/auth-basic/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/auth-basic/README.md b/services/auth-basic/README.md index 8ed7f8294d..f2a826c77b 100644 --- a/services/auth-basic/README.md +++ b/services/auth-basic/README.md @@ -12,7 +12,7 @@ Since the `auth-basic` service does not do any validation itself, it needs to be ### LDAP Auth Manager -Setting `AUTH_BASIC_AUTH_PROVIDER` to `"ldap"` will configure the `auth-basic` service to use LDAP as auth manager. This is the recommended option for running in a production and testing environment. More details on how to configure LDAP with ocis can be found in the admin docs. +Setting `AUTH_BASIC_AUTH_MANAGER` to `"ldap"` will configure the `auth-basic` service to use LDAP as auth manager. This is the recommended option for running in a production and testing environment. More details on how to configure LDAP with ocis can be found in the admin docs. ### Other Auth Managers