Topic on Talk:LDAP hub

login screen: no place to put user name and password

9
Summary by Cindy.cicalese

LDAPAuthentication2 version 2.0.0 is compatible with PluggableAuth 7.0.0.

RobFantini (talkcontribs)

After upgrading 1.37 to 1.39 , the login screen does not have data entry boxes for name , password and domain.

we authenticate to a openldap server.

I ran these tests from command line and they work okay:

php /var/www/git-v139/mediawiki/extensions/LDAPProvider/maintenance/ShowUserInfo.php --username rob --domain redacted.com

php /var/www/git-v139/mediawiki/extensions/LDAPProvider/maintenance/ShowUserGroups.php --username rob --domain redacted.com

also CheckLogin.php worked. I was prompted for a password and OK was returned.


If I set the following , there are places to do a local login with :

$wgPluggableAuth_EnableLocalLogin = true  ;


any suggestions to fix this?

in the mean time I'll continue to look around for the solution.

Luciferindcok (talkcontribs)

@RobFantinidid you get a fix for this ? ii am facing the same issue

RobFantini (talkcontribs)

I have not been able to fix this.


Do you happen to know where I could file a bug report?

194.50.65.12 (talkcontribs)

I have the same problem. After upgrading from 1.35 to 1.39.1, mediawiki does not display the login box. Ldap seems to work, according to the maintenance php script.

Cindy.cicalese (talkcontribs)

When you upgraded MediaWiki to version 1.39, did you upgrade PluggableAuth and the LDAP extensions as well? If so, what versions are you using? Note that LDAPAuthentication2 is not yet compatible with version 6.x of PluggableAuth. You will need to stick with version 5.7 of PluggableAuth for now.

RobFantini (talkcontribs)
Cindy.cicalese (talkcontribs)

Yes, the release branch has the most recent version of PluggableAuth. The issue is that LDAPAuthentication2 is not yet compatible with the most recent version of PluggableAuth. However, a new version of LDAPAuthentication2 should hopefully be available soon.

RobFantini (talkcontribs)
Cindy.cicalese (talkcontribs)

Yes, LDAPAuthentication2 version 2.0.0 is compatible with PluggableAuth 7.0.0.