Skip to content

Simple file storage with authentication via LDAP(Active Directory)

Notifications You must be signed in to change notification settings

Aleksey767/fileStorage

Repository files navigation

Config

For the project to work, you need to clone it to a server (For example, OpenServer). You also need to set auth.php(active directory).Or make your own authorization

php.ini:
file_uploads = on

if you use linux:

sudo apt-get install php[version]-ldap Example:(sudo apt-get install php8.1-ldap)
sudo apt-get install php[version]-mbstring
sudo service apache2 restart

auth.php

Here you must enter your details

image
image
image

And here you must enter your groups who are allowed to edit files(For example:Lawyers,SystemAdmin)

image

Application main page:

preview

About

Simple file storage with authentication via LDAP(Active Directory)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published