0

OS I am using CentOS 7.0

I upgraded Moodle server from 2.7 to 3.0 everything was working fine. Later I upgraded from 3.0 to 3.4.

After upgrading I am only able to login only Moodle admin account, rest of the ldap users I am not able to login.

But if I check my ldap settings from admin account it's showing below message.

enter image description here

And If I try to change any ldap user settings It's showing below error message.

enter image description here

And I if I try to login using ldap account in /var/log/httpd/error.log I am getting below message.

[Thu May 03 15:54:59.645648 2018] [:error] [pid 10601] [client 192.168.1.34:47792] [client 192.168.1.34] http://********.com Disabled Login: **username** Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0, referer: http://******.com/login/index.php

I think issue related to php version

Moodle 2.7 and 3.0 using PHP 5.4.4 so upgrade working.

But Moodle 3.4 using PHP 7.0.0 upgrade not working.

Need to change anything else ?

max
  • 4,163

1 Answers1

0

It's not mentioned in the release notes, but auth_imap has been removed from core into a separately installable plugun. See https://docs.moodle.org/34/en/Upgrading:

Possible issues that may affect you in Moodle 3.4

(Personally I'd suggest either a SAML2 single-signon system, or LDAP.)

grawity
  • 501,077