mirror of
https://github.com/MariaDB/server.git
synced 2026-04-24 09:15:30 +02:00
MDEV9494 Fix build for Heimdal Kerberos
This commit is contained in:
parent
7b14ba63f2
commit
3d794d0ee8
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ static char* get_default_principal_name()
|
|||
}
|
||||
|
||||
/* Check for entry in keytab */
|
||||
if (krb5_kt_read_service_key(context, NULL, principal, 0, 0, &key))
|
||||
if (krb5_kt_read_service_key(context, NULL, principal, 0, (krb5_enctype)0, &key))
|
||||
{
|
||||
sql_print_warning("GSSAPI plugin : default principal '%s' not found in keytab", unparsed_name);
|
||||
goto cleanup;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue