Search found 3 matches

by bpoulain
Mon Mar 17, 2025 4:49 pm
Forum: Bug reports
Topic: Upgrading from 3.2.9 to 4.0.6
Replies: 1
Views: 5446

Upgrading from 3.2.9 to 4.0.6

Hi all,

I want to migrate from version 3.2.9 to version 4.0.6 (php 8.4 with apache 2.4).

When I access the /faq/update/ page, I get the following message:


The requested resource was not found on the server. Please check your server configuration, especially the RewriteBase in your .htaccess ...
by bpoulain
Thu Mar 13, 2025 2:54 pm
Forum: Webserver and configuration
Topic: ldaps with self signed cert
Replies: 2
Views: 30439

Re: ldaps with self signed cert

Problem solved !

Juste add /etc/ldap/ldap.conf with:

Code: Select all

TLS_REQCERT never
by bpoulain
Wed Mar 12, 2025 11:57 am
Forum: Webserver and configuration
Topic: ldaps with self signed cert
Replies: 2
Views: 30439

ldaps with self signed cert

Hi all,

I am using phpmyfaq v3.2.9 with docker.

I would like to use ldaps with a self-signed certificate.

My ldap.php:

$PMF_LDAP['ldap_server'] = 'ldaps://ldap.mydomain';
$PMF_LDAP['ldap_port'] = 636;
$PMF_LDAP['ldap_user'] = 'cn=ldap_search,dc=mydomain';
$PMF_LDAP['ldap_password'] = 'xxxxx ...