Page 1 of 1

Active Directory

Posted: Thu Oct 05, 2017 1:53 pm
by nicola
Guten Tag

Ich versuche heute schon den ganzen Tag das Active Directory in die Applikation hinzuzufügen. Die Einstellung auf dem GUI habe ich geändert und das File "config\ldap.php" auch. Die Fehlermeldung, die ausgespuckt wird ist folgende:
phpMyFAQ warning [2]: ldap_search(): Search: Operations error in C:\Users\richlin\Desktop\phpmyfaq\inc\PMF\Ldap.php on line 323

phpMyFAQ warning [2]: ldap_search(): Search: Operations error in C:\Users\richlin\Desktop\phpmyfaq\inc\PMF\Ldap.php on line 274
Diese ändert sich nicht, wenn man die Base ändert. Der Source-Code ist folgender:

Code: Select all

$PMF_LDAP['ldap_server'] = 'emea.roche.com';
$PMF_LDAP['ldap_port'] = 389;
$PMF_LDAP['ldap_user'] = '';
$PMF_LDAP['ldap_password'] = '';
$PMF_LDAP['ldap_base'] = 'OU=Basel,OU=AdminUnits,DC=emea,DC=roche,DC=com';
Ich hoffe Ihr könnt mir helfen, danke im Voraus
Nicola

Re: Active Directory

Posted: Sun Oct 08, 2017 10:53 am
by Thorsten
Hi,

are you sure you're allowed to bind and search in the AD without any user and password?

bye
Thorsten