Index: trunk/extensions/LdapAuthentication/LdapAuthentication.php |
— | — | @@ -1089,7 +1089,7 @@ |
1090 | 1090 | return $this->userInfo; |
1091 | 1091 | } |
1092 | 1092 | |
1093 | | - $entry = @ldap_read( $this->ldapconn, $this->userdn, "objectclass=*" ); |
| 1093 | + $entry = @ldap_read( $this->ldapconn, $this->userdn, "objectclass=*", array( '*', 'memberof' ) ); |
1094 | 1094 | $userInfo = @ldap_get_entries( $this->ldapconn, $entry ); |
1095 | 1095 | if ( $userInfo["count"] < 1 ) { |
1096 | 1096 | $this->fetchedUserInfo = false; |