Index: trunk/extensions/LdapAuthentication/LdapAuthentication.php |
— | — | @@ -1060,7 +1060,7 @@ |
1061 | 1061 | $this->printDebug( "Created a regular filter: $filter", SENSITIVE ); |
1062 | 1062 | } |
1063 | 1063 | |
1064 | | - $attributes = array( "*" ); |
| 1064 | + $attributes = array( "*", "memberof" ); |
1065 | 1065 | $base = $this->getBaseDN( USERDN ); |
1066 | 1066 | |
1067 | 1067 | $this->printDebug( "Using base: $base", SENSITIVE ); |