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.