Active Directory

All about webserver configurations, PHP and databases.

Moderator: Thorsten

Post Reply
nicola
Posts: 1
Joined: Thu Oct 05, 2017 1:46 pm

Active Directory

Post 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
Thorsten
Posts: 15560
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: Active Directory

Post by Thorsten »

Hi,

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

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
Post Reply