Skip to content

Commit cd73c40

Browse files
committed
Add documentation of new ServerSPN option.
1 parent 71b413a commit cd73c40

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/content/connection-options.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,11 @@ These are the other options that MySqlConnector supports. They are set to sensib
328328
<td></td>
329329
<td>For <code>sha256_password</code> authentication. See comments under <code>AllowPublicKeyRetrieval</code>.</td>
330330
</tr>
331+
<tr>
332+
<td>ServerSPN, Server SPN</td>
333+
<td></td>
334+
<td>For MariaDB <a href="https://mariadb.com/kb/en/library/authentication-plugin-gssapi/"><code>auth_gssapi_client</code></a> authentication. Specifies the server’s Service Principal Name (to verify that authentication is occurring with the correct server).</td>
335+
</tr>
331336
<tr>
332337
<td>Treat Tiny As Boolean, TreatTinyAsBoolean</td>
333338
<td>true</td>

0 commit comments

Comments
 (0)