From 6af080ab6e70d36f043f1af15fba490e4f7e67b3 Mon Sep 17 00:00:00 2001 From: simon Date: Mon, 19 Sep 2022 15:14:22 +0700 Subject: [PATCH] remove unstable mention for TA_LDAP_DISABLE_CERT_CHECK --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 55ef76b..6ae3dec 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ You can configure LDAP with the following environment variables: - `TA_LDAP` (ex: `true`) Set to anything besides empty string to use LDAP authentication **instead** of local user authentication. - `TA_LDAP_SERVER_URI` (ex: `ldap://ldap-server:389`) Set to the uri of your LDAP server. - - `TA_LDAP_DISABLE_CERT_CHECK` (ex: `true`) Set to anything besides empty string to disable certificate checking when connecting over LDAPS. (currently only in the unstable release, pending inclusion into stable) + - `TA_LDAP_DISABLE_CERT_CHECK` (ex: `true`) Set to anything besides empty string to disable certificate checking when connecting over LDAPS. - `TA_LDAP_BIND_DN` (ex: `uid=search-user,ou=users,dc=your-server`) DN of the user that is able to perform searches on your LDAP account. - `TA_LDAP_BIND_PASSWORD` (ex: `yoursecretpassword`) Password for the search user. - `TA_LDAP_USER_BASE` (ex: `ou=users,dc=your-server`) Search base for user filter.