1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ttrss_ynh.git synced 2024-10-01 13:34:46 +02:00

Update config.php

This commit is contained in:
ericgaspar 2022-01-05 11:28:53 +01:00
parent f7f17eb208
commit 2e81c8010c
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -182,13 +182,13 @@
// reset password link on the login form. // reset password link on the login form.
// Required parameters: // Required parameters:
putenv('TTRSS_LDAP_AUTH_SERVER_URI=ldap://127.0.0.1:389/'); 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_USETLS=false'); // Enable StartTLS Support for ldap://
putenv('TTRSS_LDAP_AUTH_ALLOW_UNTRUSTED_CERT=TRUE'); // Allows untrusted certificate 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_BASEDN=ou=users,dc=yunohost,dc=org');
putenv('TTRSS_LDAP_AUTH_ANONYMOUSBEFOREBIND=FALSE'); putenv('TTRSS_LDAP_AUTH_ANONYMOUSBEFOREBIND=false');
// ??? will be replaced with the entered username(escaped) at login // ??? will be replaced with the entered username(escaped) at login
putenv('TTRSS_LDAP_AUTH_SEARCHFILTER=(&(objectClass=person)(uid=???))'); putenv('TTRSS_LDAP_AUTH_SEARCHFILTER=(&(objectClass=person)(uid=???))');
// Optional configuration // Optional configuration
// putenv('TTRSS_LDAP_AUTH_BINDDN=cn=serviceaccount,dc=yunohost,dc=org'); // putenv('TTRSS_LDAP_AUTH_BINDDN=cn=serviceaccount,dc=yunohost,dc=org');