mirror of
https://github.com/YunoHost-Apps/ifm_ynh.git
synced 2024-09-03 18:45:52 +02:00
Add ldap
This commit is contained in:
parent
31637c8290
commit
57c44ee498
2 changed files with 5 additions and 0 deletions
|
@ -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))
|
||||||
|
|
||||||
|
|
|
@ -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).
|
Loading…
Add table
Reference in a new issue