[Mediawiki-l] LDAP DLL problem

Reizer Gábor reizer.gabor at gmail.com
Fri Nov 9 10:03:00 UTC 2007


Hi,

How can I get the php_ldap.dll and php_openssl.dll?

What do I have to install? For example an LDAP server on my Apache server or
something other extensions do I have to install?

I used the following configuration to get regular authentication working
first. Despite it is NOT working:

require_once 'LdapAuthentication.php';
$wgAuth = new LdapAuthenticationPlugin();
$wgLDAPDomainNames = array(
  'KAR'
);
$wgLDAPServerNames = array(
  'KAR' => 'aab.kar.local',
);
$wgLDAPSearchStrings = array(
  'KAR' => 'KAR\\USER-NAME',
);
$wgLDAPEncryptionType = array(
  'KAR' => 'ssl',
);
$wgLDAPUseLocal = false;
$wgMinimalPasswordLength = 1;

System:

MediaWiki 1.10
Apache/2.2.4 (Win32) - runs on WinXP
PHP/5.2.3
MySQL 5.0.41
Microsoft Active Directory - runs on another server

Regards,
Gabor Reizer


More information about the MediaWiki-l mailing list