From 3c650b85adadca6edc83cd18714f0a01110c558e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dipl=20Ing=2E=20P=C3=A9ter=20Varkoly?= Date: Fri, 20 Sep 2024 11:34:35 +0200 Subject: [PATCH] Updated LDAP authentication (markdown) --- LDAP-authentication.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LDAP-authentication.md b/LDAP-authentication.md index 028706a..b9c836e 100644 --- a/LDAP-authentication.md +++ b/LDAP-authentication.md @@ -7,7 +7,7 @@ After installing the python ldap module you have to enable and confiugre it in t Following parameter are available. No default values are provided that means you have to set all parameters: * `type = ldap` -* `ldap_uri` The URI to the LDAP-server. [ldap|ldaps]://hostname|ip[:port] +* `ldap_uri` The URI to the LDAP-server. ldap|ldaps://hostname|ip[:port] * `ldap_base` The base DN from where the users must be searched for. * `ldap_reader_dn` The DN of the LDAP account with read rights to the subtree from ldap_base * `ldap_secret` The password of the ldap_reader_dn