das Suchen hier im Forum rund um LDAP war nur bedingt ergiebig - oder ich war zu blind

Darum poste ich das jetzt einfach.
Ich bekomme diese Fehlermeldung beim Versuch des anmeldens (phpmyfaq 2.6.1):
phpMyFAQ warning [2]: ldap_bind() [function.ldap-bind]: Unable to bind to server: Invalid DN syntax in Ldap.php on line 104
phpMyFAQ notice [8]: Use of undefined constant PMF_USERERROR_INCORRECT_PASSWORD - assumed 'PMF_USERERROR_INCORRECT_PASSWORD' in AuthLdap.php on line 144.
Ich nutze php 5.2.0-8+etch16 unter debian 4.0r5 mit apache2 und meine config files sehen so aus:
config/ldap.php:
$PMF_LDAP["ldap_server"] = 'localhost';
$PMF_LDAP["ldap_port"] = '389';
$PMF_LDAP["ldap_user"] = 'cn=admin,dc=subdomain,dc=mydomain,dc=de';
$PMF_LDAP["ldap_password"] = 'daspassworthalt';
$PMF_LDAP["ldap_base"] = 'dc=subdomain,dc=mydomain,dc=de';
config/constants_ldap.php:
$PMF_LDAP['ldap_mapping'] = array (
'name' => 'cn',
'username' => 'uid',
'mail' => 'mail');
$PMF_LDAP['ldap_use_domain_prefix'] = false;
$PMF_LDAP["ldap_options"] = array (
LDAP_OPT_PROTOCOL_VERSION => 3,
LDAP_OPT_REFERRALS => 0 );
ldap_use_domain_prefix hab ich auch mit 'true' versucht.
Hat jemand eine Idee was das verursacht, mein Gefühl sagt mir das es wahrscheinlich nur eine Kleinigkeit ist.
Grüße Marc
P.S. natürlich ist LDAP im config backend aktiviert
