From 2e81c8010c21ac87011359dc2b5cb23a2457dae9 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Wed, 5 Jan 2022 11:28:53 +0100 Subject: [PATCH] Update config.php --- conf/config.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/conf/config.php b/conf/config.php index 4c8ab8a..974e845 100644 --- a/conf/config.php +++ b/conf/config.php @@ -182,13 +182,13 @@ // reset password link on the login form. // Required parameters: -putenv('TTRSS_LDAP_AUTH_SERVER_URI=ldap://127.0.0.1:389/'); -putenv('TTRSS_LDAP_AUTH_USETLS=FALSE'); // Enable StartTLS Support for ldap:// -putenv('TTRSS_LDAP_AUTH_ALLOW_UNTRUSTED_CERT=TRUE'); // Allows untrusted certificate -putenv('TTRSS_LDAP_AUTH_BASEDN=ou=users,dc=yunohost,dc=org'); -putenv('TTRSS_LDAP_AUTH_ANONYMOUSBEFOREBIND=FALSE'); -// ??? will be replaced with the entered username(escaped) at login -putenv('TTRSS_LDAP_AUTH_SEARCHFILTER=(&(objectClass=person)(uid=???))'); + putenv('TTRSS_LDAP_AUTH_SERVER_URI=ldap://127.0.0.1:389'); + putenv('TTRSS_LDAP_AUTH_USETLS=false'); // Enable StartTLS Support for ldap:// + putenv('TTRSS_LDAP_AUTH_ALLOW_UNTRUSTED_CERT=true'); // Allows untrusted certificate + putenv('TTRSS_LDAP_AUTH_BASEDN=ou=users,dc=yunohost,dc=org'); + putenv('TTRSS_LDAP_AUTH_ANONYMOUSBEFOREBIND=false'); + // ??? will be replaced with the entered username(escaped) at login + putenv('TTRSS_LDAP_AUTH_SEARCHFILTER=(&(objectClass=person)(uid=???))'); // Optional configuration // putenv('TTRSS_LDAP_AUTH_BINDDN=cn=serviceaccount,dc=yunohost,dc=org');