KRB5
PHP Manual

The KRB5NegotiateAuth class

Introduction

This class provides a simple interface for doing HTTP Negotiate/SPNEGO authentication. This interface might be obsolete, as this functionality might be easily implemented using the GSSAPI interface. Please note that this is only possible for SAPIs which have access to the Authorization header (e.g. not using the CGI SAPI).

Class synopsis

KRB5NegotiateAuth
KRB5NegotiateAuth {
/* Methods */
KRB5NegotiateAuth::__construct ( string $keytab )
}

Table of Contents


KRB5
PHP Manual