mirror of
https://codeberg.org/icewind/SMB.git
synced 2026-06-03 17:24:07 +02:00
make workgroup explicit
This commit is contained in:
parent
7797d463d7
commit
bdda31975d
8 changed files with 16 additions and 21 deletions
|
|
@ -26,7 +26,7 @@ use Icewind\SMB\BasicAuth;
|
|||
require('vendor/autoload.php');
|
||||
|
||||
$serverFactory = new ServerFactory();
|
||||
$auth = new BasicAuth('workgroup\test', 'test');
|
||||
$auth = new BasicAuth('test', 'workgroup', 'test');
|
||||
$server = $serverFactory->createServer('localhost', $auth);
|
||||
|
||||
$share = $server->getShare('test');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue