Custom auth
From FileRun Documentation
There are two quick steps (that require PHP knowledge) to set up thirdparty authentication:
- Define the authentication plugin inside the file "/path-to-filerun/customizables/config.php", at line 5.
- Use one of the provided authentication plugin files to setup your own:
- MySQL: "/path-to-filerun/customizables/mysql.auth.php"
- Joomla (MySQL): "/path-to-filerun/customizables/joomla.auth.php"
- LDAP: "/path-to-filerun/customizables/ldap.auth.php"
