1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

MDEV-4961 SSPI/GSSAPI/Kerberos authentication plugin

This commit is contained in:
Vladislav Vaintroub
2016-01-14 13:31:08 +01:00
parent 111acb721f
commit 55d61ec878
19 changed files with 1854 additions and 0 deletions

View File

@ -0,0 +1,4 @@
/** Maximal length of the target name */
#define PRINCIPAL_NAME_MAX 256
/** Maximal length of the mech string */
#define MECH_NAME_MAX 30