Also wenn ich dein Script entprechend anpasse und probiere:
require_once( "extensions/LdapAuthentication.php" );
$wgAuth = new LdapAuthenticationPlugin();
### Identify server
$wgLDAPDomainNames = array('TEST.local');
$wgLDAPServerNames = array('TEST.local'=>'testsv01.test.local');
$wgLDAPEncryptionType = array('TEST.local'=>'clear');
$wgMinimalPasswordLength = 6;
### Uncomment this for troubleshooting
$wgLDAPDebug = 99;
### Straight bind with Search Strings
$wgLDAPSearchAttributes = array('TEST.local'=>'uid');
$wgLDAPBaseDNs = array('TEST.local'=>'dc=test');
### New-style group lookup, needs to be lowercase
$wgLDAPUseLocal = false;
$wgLDAPDisableAutoCreate = array( "TEST.local"=>false ); #user werden nach 1. login im wiki angelegt wegen individ. seitenzugriff
bekomme ich:
...
Entering getSearchString
Doing an anonymous bind
Failed to bind as
with password:
Failed to bind
User DN is blank
Entering modifyUITemplat