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:
parent
f7f17eb208
commit
2e81c8010c
1 changed files with 7 additions and 7 deletions
|
@ -182,11 +182,11 @@
|
|||
// 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_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');
|
||||
putenv('TTRSS_LDAP_AUTH_ANONYMOUSBEFOREBIND=false');
|
||||
// ??? will be replaced with the entered username(escaped) at login
|
||||
putenv('TTRSS_LDAP_AUTH_SEARCHFILTER=(&(objectClass=person)(uid=???))');
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue