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-02-23 15:46:01 +01:00
parent a693125ae2
commit 0bca0c6fb5
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -188,7 +188,7 @@
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_SEARCHFILTER=(&(|(objectclass=posixAccount))(uid={{username}})(permission=cn=__APP__.main,ou=permission,dc=yunohost,dc=org))');
// Optional configuration
// putenv('TTRSS_LDAP_AUTH_BINDDN=cn=serviceaccount,dc=yunohost,dc=org');