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
a693125ae2
commit
0bca0c6fb5
1 changed files with 1 additions and 1 deletions
|
@ -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');
|
||||
|
|
Loading…
Reference in a new issue