Merge pull request #30848 from nextcloud/backport/30846/stable22

This commit is contained in:
John Molakvoæ 2022-01-26 13:12:58 +01:00 committed by GitHub
commit 140dfe5f13
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -112,7 +112,7 @@ class SMB extends Backend {
$username = $user;
$workgroup = $realm;
} else {
$username = $matches[1];;
$username = $matches[1];
$workgroup = $matches[2];
}
$smbAuth = new BasicAuth(