mirror of
https://github.com/nextcloud/server.git
synced 2026-06-05 23:06:48 -04:00
commit
a145edd00d
1 changed files with 1 additions and 1 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Reference in a new issue