mirror of
https://codeberg.org/icewind/SMB.git
synced 2026-06-03 17:24:07 +02:00
make authfile handling compatible with smbclient 4.6.x
This commit is contained in:
parent
79b69c635b
commit
6723c97de1
3 changed files with 44 additions and 31 deletions
|
|
@ -134,6 +134,7 @@ class Server {
|
|||
);
|
||||
$connection = new RawConnection($command);
|
||||
$connection->writeAuthentication($this->getUser(), $this->getPassword());
|
||||
$connection->connect();
|
||||
$output = $connection->readAll();
|
||||
$parser = new Parser($this->timezoneProvider);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue