FileRUN - Web based document flow management system

Custom auth

From FileRun Documentation

There are two quick steps (that require PHP knowledge) to set up thirdparty authentication:

  1. Define the authentication plugin inside the file "/path-to-filerun/customizables/config.php", at line 5.
  2. Use one of the provided authentication plugin files to setup your own:
    1. MySQL: "/path-to-filerun/customizables/mysql.auth.php"
    2. Joomla (MySQL): "/path-to-filerun/customizables/joomla.auth.php"
    3. LDAP: "/path-to-filerun/customizables/ldap.auth.php"