mirror of
https://codeberg.org/icewind/SMB.git
synced 2026-06-03 17:24:07 +02:00
allow unsetting kerb ticket
This commit is contained in:
parent
530235b2d2
commit
abfd1eb360
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ class KerberosAuth implements IAuth {
|
||||||
return $this->ticket;
|
return $this->ticket;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function setTicket(KerberosTicket $ticket): void {
|
public function setTicket(?KerberosTicket $ticket): void {
|
||||||
$this->ticket = $ticket;
|
$this->ticket = $ticket;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue