We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf1c4c2 commit 2982550Copy full SHA for 2982550
1 file changed
lib/Auth/Process/AttributeAddUsersGroups.php
@@ -349,7 +349,7 @@ protected function searchActiveDirectory(string $dn): array
349
' Member Attribute: ' . $map['member'] .
350
' Type Attribute: ' . $map['type'] .
351
' Type Value: ' . $this->type_map['group'] .
352
- ' Base: ' . implode('; ', is_array($this->base_dn) ? $this->base_dn : [$this->base_dn]);
+ ' Base: ' . implode('; ', is_array($this->base_dn) ? $this->base_dn : [$this->base_dn])
353
);
354
355
// AD connections should have this set
0 commit comments