mirror of
https://codeberg.org/icewind/SMB.git
synced 2026-06-03 17:24:07 +02:00
removed unused member
This commit is contained in:
parent
fdf1051bd6
commit
49b33e0854
1 changed files with 0 additions and 11 deletions
|
|
@ -31,20 +31,9 @@ class KerberosApacheAuth extends KerberosAuth implements IAuth {
|
||||||
/** @var string */
|
/** @var string */
|
||||||
private $ticketPath = "";
|
private $ticketPath = "";
|
||||||
|
|
||||||
// only working with specific library (mod_auth_kerb, krb5, smbclient) versions
|
|
||||||
/** @var bool */
|
|
||||||
private $saveTicketInMemory = false;
|
|
||||||
|
|
||||||
/** @var bool */
|
/** @var bool */
|
||||||
private $init = false;
|
private $init = false;
|
||||||
|
|
||||||
/**
|
|
||||||
* @param bool $saveTicketInMemory
|
|
||||||
*/
|
|
||||||
public function __construct(bool $saveTicketInMemory = false) {
|
|
||||||
$this->saveTicketInMemory = $saveTicketInMemory;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Check if a valid kerberos ticket is present
|
* Check if a valid kerberos ticket is present
|
||||||
*
|
*
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue