We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39dcbfb commit ec2b623Copy full SHA for ec2b623
Documentation/AdministratorManual/Ldap.rst
@@ -75,6 +75,16 @@ SSL
75
Whether you want to use :abbr:`SSL (Secure Socket Layer)`, that is start with an encrypted connection on default port
76
636.
77
78
+.. note::
79
+ Some web servers may fail at connecting to the LDAP server since they report that the server certificate is
80
+ untrusted (although issued by a valid CA such as Letsencrypt). In case this happens and you cannot change the web
81
+ server configuration (e.g., shared hosting), you may add this line to :file:`typo3conf/AdditionalConfiguration.php`:
82
+
83
+ .. code-block:: php
84
85
+ // Always trust the LDAP server certificate
86
+ putenv('LDAPTLS_REQCERT=never');
87
88
89
.. _admin-manual-ldap-binddn:
90
0 commit comments