@@ -236,7 +236,7 @@ |
||
| 236 | 236 | } |
| 237 | 237 | |
| 238 | 238 | if ($ldap_cert_data === $client_cert_data) { |
| 239 | - if (is_null($this->ldapConfig->getOptionalArray('attributes',null))) { |
|
| 239 | + if (is_null($this->ldapConfig->getOptionalArray('attributes',null))) { |
|
| 240 | 240 | $attributes = $entry->getAttributes(); |
| 241 | 241 | } else { |
| 242 | 242 | $attributes = array_intersect_key( |