Search found 5 matches

by dorian
Mon Sep 27, 2021 9:12 am
Forum: General discussions
Topic: LDAP query failed
Replies: 20
Views: 33592

Re: LDAP query failed

Hi,

the problem could the LDAP query: is there a way this can be customised?


thank you
by dorian
Sun Sep 26, 2021 2:38 pm
Forum: General discussions
Topic: LDAP query failed
Replies: 20
Views: 33592

Re: LDAP query failed

Hi

Thorsten, credentials were not changed. The binding was working when it was set to false, with true not anymore and that was the only change.

This is a lab environment and I am the admin of that AD domain.
With the proposed change the FAQ sends now something that a vanilla ADDS 2019 (one ...
by dorian
Sat Sep 25, 2021 11:53 am
Forum: General discussions
Topic: LDAP query failed
Replies: 20
Views: 33592

Re: LDAP query failed

hi

now I get

phpMyFAQ warning [2]: ldap_bind(): Unable to bind to server: Invalid credentials in /var/www/html/src/phpMyFAQ/Ldap.php on line 170

with the above value to false, binding was successful:
LDAP 91 bindRequest(1) "netbios_domain\scheduling" simple

and after the change:
LDAP 113 ...
by dorian
Sat Sep 25, 2021 6:51 am
Forum: General discussions
Topic: LDAP query failed
Replies: 20
Views: 33592

Re: LDAP query failed

Hi,

here you go - some values below substituted

// Main LDAP server
$PMF_LDAP['ldap_server'] = 'srv-ip';
$PMF_LDAP['ldap_port'] = 389;
$PMF_LDAP['ldap_user'] = 'netbios\scheduling';
$PMF_LDAP['ldap_password'] = 'mypass';
$PMF_LDAP['ldap_base'] = 'dc=netbios,dc=local';

and
config_name config_value ...
by dorian
Fri Sep 24, 2021 3:00 pm
Forum: General discussions
Topic: LDAP query failed
Replies: 20
Views: 33592

LDAP query failed

Hi guys,

may I please ask for your help here: version 3.0.9; I have configured LDAP to an AD 2019 server.

I see on a running trace on that AD machine the binding request successful, then the search request when trying to authenticate on the FaQ but then the answer comes with 0 results. Message ...