Skip to content

Commit

Permalink
Merge branch 'MDL-34319_m26' of https://github.com/markn86/moodle int…
Browse files Browse the repository at this point in the history
…o MOODLE_26_STABLE
  • Loading branch information
Damyon Wiese committed Feb 24, 2014
2 parents 41a1088 + 25d9816 commit 24d6ab7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions auth/cas/auth.php
Expand Up @@ -422,6 +422,7 @@ function iscreator($username) {

// 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;
Expand Down

0 comments on commit 24d6ab7

Please sign in to comment.