mirror of
https://github.com/moodle/moodle.git
synced 2025-04-13 04:22:07 +02:00
Merge branch 'MDL-34319_master' of https://github.com/markn86/moodle
This commit is contained in:
commit
0721fb9113
@ -422,6 +422,7 @@ class auth_plugin_cas extends auth_plugin_ldap {
|
||||
|
||||
// Test for group creator
|
||||
if (!empty($this->config->groupecreators)) {
|
||||
$ldapconnection = $this->ldap_connect();
|
||||
if ($this->config->memberattribute_isdn) {
|
||||
if(!($userid = $this->ldap_find_userdn($ldapconnection, $extusername))) {
|
||||
return false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user