Web Based File Management with PHP and Tiny File Manager

preview_player
Показать описание
#PHP #ApacheHTTPD #TinyFileManager

--------------------------------------------------------------------
Download and Setup Tiny File Manager
--------------------------------------------------------------------
   02. Extract the Tiny File Manager files
   06. Find $use_auth and set the value to false
   07. Save
 
--------------------------------------------------------------------
Customizing Root Location and Authentication
--------------------------------------------------------------------
   02. Find $root_path and edit the value to limit the scope of the file manager
   04. Navigate to the Apache install directory/conf in Explorer
   06. Find the authnz_ldap_module and make sure it is enabled by removing the # at the start of the line
   07. Find the ldap_module and make sure it is enabled by removing the # at the start of the line
   08. Create a Location block to enable LDAP authentication for the specified directory
         ≪location /filemanager≫
         # Basic authentication with LDAP against MS AD
         AuthType Basic
         AuthBasicProvider ldap
         # AuthLDAPURL specifies the LDAP server IP, port, base DN, scope and filter
         # using this format: ldap://host:port/basedn?attribute?scope?filter
         # The LDAP bind username and password
         AuthLDAPBindPassword "Read0nly!!"
         LDAPReferrals Off
         AuthUserFile /dev/null
         # to authenticate a domain group, specify the full DN
         AuthLDAPGroupAttributeIsDN on
         require ldap-group CN=WebAuthAccess,CN=Users,DC=i12bretro,DC=local
         ≪/location≫
   10. Restart the Apache service
 

### Connect with me and others ###
Рекомендации по теме
Комментарии
Автор

i can use this script inside my computer without externe view with drive

babanime
Автор

Hey, I need your assistance to clone a wordpress site to another site in h3 tiny file manager. I am newbie, please assist.

LazyTurtle
Автор

How to install this tinyfilemanager on openwrt?

achannel
Автор

hi, can we increase its upload file size?

nasibulalamhimel
visit shbcf.ru