HEX
Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.30
System: Linux iZj6c1151k3ad370bosnmsZ 3.10.0-1160.76.1.el7.x86_64 #1 SMP Wed Aug 10 16:21:17 UTC 2022 x86_64
User: root (0)
PHP: 7.4.30
Disabled: NONE
Upload Files
File: /var/www/html/phpmyfaq/config/ldap.php.original
<?php
// Main LDAP server, format the server as "ldap://127.0.0.1"
$PMF_LDAP['ldap_server'] = '';
$PMF_LDAP['ldap_port'] = 389;
$PMF_LDAP['ldap_user'] = '';
$PMF_LDAP['ldap_password'] = '';
$PMF_LDAP['ldap_base'] = '';

// More LDAP servers
// You can as much as you like, please activate it in the admin configuration panel
// Start with 1
$PMF_LDAP[1]['ldap_server'] = '';
$PMF_LDAP[1]['ldap_port'] = '';
$PMF_LDAP[1]['ldap_user'] = '';
$PMF_LDAP[1]['ldap_password'] = '';
$PMF_LDAP[1]['ldap_base'] = '';

$PMF_LDAP[2]['ldap_server'] = '';
$PMF_LDAP[2]['ldap_port'] = '';
$PMF_LDAP[2]['ldap_user'] = '';
$PMF_LDAP[2]['ldap_password'] = '';
$PMF_LDAP[2]['ldap_base'] = '';