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:
4
plugin/auth_gssapi/common.h
Normal file
4
plugin/auth_gssapi/common.h
Normal 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
|
Reference in New Issue
Block a user