The mysqlnd_krb extension is an authentication
plugin for mysqlnd that enables connections to MySQL accounts
that use Kerberos authentication.
If a MySQL account is configured with Kerberos authentication
(using `IDENTIFIED WITH kerberos_authentication` clause
of `CREATE USER`, see [1]) then normally `mysqlnd` will not
be able to connect to such an account. With this plugin such
connections are possible provided that user has appropriate
tickets loaded into the Kerberos ticket cache (in this case
no password is needed in the connection data).
If a ticket for the MySQL service is not present in the cache
the plugin can fetch the required ticket from Kerberos provided
that user principal's password is given in the connection data.
[1] https://dev.mysql.com/doc/refman/8.0/en/kerberos-pluggable-authentication.html
Package built for PHP 7.4 as Software Collection (php74 by remi).
Provides
Requires
License
PHP-3.01
Changelog
* Wed Aug 30 2023 Remi Collet <remi@remirepo.net> - 1.0.0-2
- rebuild for PHP 8.3.0RC1
* Wed Aug 02 2023 Remi Collet <remi@remirepo.net> - 1.0.0-1
- initial package, version 1.0.0 (beta)
Files
/etc/opt/remi/php74/php.d/40-mysqlnd_krb.ini
/opt/remi/php74/root/usr/lib64/php/modules/mysqlnd_krb.so
/opt/remi/php74/root/usr/share/doc/pecl/mysqlnd_krb
/opt/re