From f42916a392e5e4f425ee840dcc1bcfc870ad5d02 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Wed, 5 Jan 2022 11:29:54 +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 974e845..f25764b 100644 --- a/conf/config.php +++ b/conf/config.php @@ -190,14 +190,14 @@ // ??? 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'); -// putenv('TTRSS_LDAP_AUTH_BINDPW=ServiceAccountsPassword'); -// putenv('TTRSS_LDAP_AUTH_LOGIN_ATTRIB=uid'); -// putenv('TTRSS_LDAP_AUTH_LOG_ATTEMPTS=FALSE'); + // Optional configuration + // putenv('TTRSS_LDAP_AUTH_BINDDN=cn=serviceaccount,dc=yunohost,dc=org'); + // putenv('TTRSS_LDAP_AUTH_BINDPW=ServiceAccountsPassword'); + // putenv('TTRSS_LDAP_AUTH_LOGIN_ATTRIB=uid'); + // putenv('TTRSS_LDAP_AUTH_LOG_ATTEMPTS=FALSE'); -// Enable Debug Logging -// putenv('TTRSS_LDAP_AUTH_DEBUG=FALSE'); + // Enable Debug Logging + // putenv('TTRSS_LDAP_AUTH_DEBUG=FALSE'); putenv('TTRSS_LOG_DESTINATION=sql');