|
2 | 2 | .\" Title: mysql |
3 | 3 | .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] |
4 | 4 | .\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/> |
5 | | -.\" Date: 11/26/2022 |
| 5 | +.\" Date: 03/03/2023 |
6 | 6 | .\" Manual: MySQL Database System |
7 | 7 | .\" Source: MySQL 8.0 |
8 | 8 | .\" Language: English |
9 | 9 | .\" |
10 | | -.TH "MYSQL" "1" "11/26/2022" "MySQL 8\&.0" "MySQL Database System" |
| 10 | +.TH "MYSQL" "1" "03/03/2023" "MySQL 8\&.0" "MySQL Database System" |
11 | 11 | .\" ----------------------------------------------------------------- |
12 | 12 | .\" * Define some portability stuff |
13 | 13 | .\" ----------------------------------------------------------------- |
@@ -1637,6 +1637,30 @@ system variable\&. |
1637 | 1637 | .sp -1 |
1638 | 1638 | .IP \(bu 2.3 |
1639 | 1639 | .\} |
| 1640 | +\fB\-\-plugin\-authentication\-kerberos\-client\-mode=\fR\fB\fIvalue\fR\fR |
| 1641 | +On Windows, the |
| 1642 | +authentication_kerberos_client |
| 1643 | +authentication plugin supports this plugin option\&. It provides two possible values that the client user can set at runtime: |
| 1644 | +SSPI |
| 1645 | +and |
| 1646 | +GSSAPI\&. |
| 1647 | +.sp |
| 1648 | +The default value for the client\-side plugin option uses Security Support Provider Interface (SSPI), which is capable of acquiring credentials from the Windows in\-memory cache\&. Alternatively, the client user can select a mode that supports Generic Security Service Application Program Interface (GSSAPI) through the MIT Kerberos library on Windows\&. GSSAPI is capable of acquiring cached credentials previously generated by using the |
| 1649 | +\fBkinit\fR |
| 1650 | +command\&. |
| 1651 | +.sp |
| 1652 | +For more information, see |
| 1653 | +Commands for Windows Clients in GSSAPI Mode\&. |
| 1654 | +.RE |
| 1655 | +.sp |
| 1656 | +.RS 4 |
| 1657 | +.ie n \{\ |
| 1658 | +\h'-04'\(bu\h'+03'\c |
| 1659 | +.\} |
| 1660 | +.el \{\ |
| 1661 | +.sp -1 |
| 1662 | +.IP \(bu 2.3 |
| 1663 | +.\} |
1640 | 1664 | \fB\-\-plugin\-dir=\fR\fB\fIdir_name\fR\fR |
1641 | 1665 | The directory in which to look for plugins\&. Specify this option if the |
1642 | 1666 | \fB\-\-default\-auth\fR |
@@ -4838,7 +4862,7 @@ command)\&. |
4838 | 4862 | .SH "COPYRIGHT" |
4839 | 4863 | .br |
4840 | 4864 | .PP |
4841 | | -Copyright \(co 1997, 2022, Oracle and/or its affiliates. |
| 4865 | +Copyright \(co 1997, 2023, Oracle and/or its affiliates. |
4842 | 4866 | .PP |
4843 | 4867 | This documentation is free software; you can redistribute it and/or modify it only under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License. |
4844 | 4868 | .PP |
|
0 commit comments