Skip to content

Commit

Permalink
Merge branch 'MDL-34319_master' of https://github.com/markn86/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
Damyon Wiese committed Feb 24, 2014
2 parents 89ede7e + c28694d commit 0721fb9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions auth/cas/auth.php
Original file line number Diff line number Diff line change
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 0721fb9

Please sign in to comment.