Mysqlnd_krb authentication plugin for mysqlnd
=============================================

The mysqlnd_krb extension is an authentication plugin for mysqlnd that
enables connections to MySQL accounts that use Kerberos authentication [1].


Installation
------------

This extension does not require any special configuration. Once it
is loaded into PHP (after mysqlnd) you can connect to MySQL accounts
as usual and the plugin will be invoked to handle connections to accounts
that use Kerberos authentication. It will work correctly only if Kerberos
was properly configured with appropriate tickets loaded into the Kerberos
cache (see MIT Kerberos documentation).


Documentation
-------------

There is no separate documentation for this plugin. See [1] for general
information on how to use Kerberos authentication in MySQL Server.

[1] https://dev.mysql.com/doc/refman/8.0/en/kerberos-pluggable-authentication.html



License
-------
Copyright (c) The PHP Group

This source file is subject to version 3.01 of the PHP license,
that is bundled with this package in the file LICENSE, and is
available through the world-wide-web at the following url:
http://www.php.net/license/3_01.txt
If you did not receive a copy of the PHP license and are unable to
obtain it through the world-wide-web, please send a note to
license@php.net so we can mail you a copy immediately.
