mirror of
https://github.com/YunoHost-Apps/ifm_ynh.git
synced 2024-09-03 18:45:52 +02:00
Update php-fpm.conf
This commit is contained in:
parent
e9d3a0a409
commit
ab24cd073e
1 changed files with 1 additions and 1 deletions
|
@ -430,4 +430,4 @@ chdir = __FINALPATH__
|
|||
; php_admin_flag[short_open_tag] = On
|
||||
|
||||
env[IFM_AUTH] = 1
|
||||
env[IFM_AUTH_SOURCE] = ldap;ou=users,dc=yunohost,dc=org;(&(|(objectclass=posixAccount))(uid={{username}})(permission=cn=__APP__.main,ou=permission,dc=yunohost,dc=org))
|
||||
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))
|
||||
|
|
Loading…
Add table
Reference in a new issue