removed unused member

This commit is contained in:
Arthur Schiwon 2022-01-17 16:02:04 +01:00
commit 49b33e0854
No known key found for this signature in database
GPG key ID: 7424F1874854DF23

View file

@ -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
* *