1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ifm_ynh.git synced 2024-09-03 18:45:52 +02:00
This commit is contained in:
ericgaspar 2021-08-28 17:28:57 +02:00
parent 31637c8290
commit 57c44ee498
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 5 additions and 0 deletions

View file

@ -428,3 +428,7 @@ chdir = __FINALPATH__
; php_admin_value[max_input_time] = 300 ; php_admin_value[max_input_time] = 300
; php_admin_value[memory_limit] = 256M ; php_admin_value[memory_limit] = 256M
; php_admin_flag[short_open_tag] = On ; php_admin_flag[short_open_tag] = On
env[IFM_AUTH] = 1
env[IFM_AUTH_SOURCE] = ldap://127.0.0.1:389;ou=users,dc=yunohost,dc=org;(&(|(objectclass=posixAccount))(uid={{username}})(permission=cn=__APP__.main,ou=permission,dc=yunohost,dc=org))

View file

@ -0,0 +1 @@
The IFM is usually locked to it's own directory, so you are not able to go above. You can change that by setting the root_dir in the scripts [configuration](https://github.com/misterunknown/ifm/wiki/Configuration).