https://www.mediawiki.org/wiki/Talk:LDAP_hub
I installed e configured:
LDAPAuthentication2
LDAPAuthorization
LDAPGroups
LDAPProvider
LDAPUserInfo
PluggableAuth
I can run with success the following scripts under extensions/LDAPProvider/maintenance/:
ShowUserInfo.php, ShowUserGroups.php, CheckLogin.php.
But when I try to login I get:
Could not authenticate credentials against domain "mydomain"
So I enabled debug log with:
$wgDebugLogGroups['PluggableAuth'] =
$wgDebugLogGroups['LDAP'] =
$wgDebugLogGroups['MediaWiki\\Extension\\LDAPProvider\\Client'] =
$wgDebugLogGroups['LDAPGroups'] =
$wgDebugLogGroups['LDAPUserInfo'] =
$wgDebugLogGroups['LDAPAuthentication2'] =
$wgDebugLogGroups['LDAPAuthorization'] = '/tmp/LDAP.log';
But I get no log. Nothing... /tmp/ can be written by anyone.. What can I investigate?