MySQL 8.0.37
Source Code Documentation
auth_ldap_sasl_mechanism.h File Reference
#include "my_config.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <memory>
#include "auth_ldap_kerberos.h"
#include "log_client.h"

Go to the source code of this file.

Classes

class  Sasl_mechanism
 
class  Sasl_mechanism_kerberos
 

Variables

const char SASL_GSSAPI [] = "GSSAPI"
 
const char SASL_SCRAM_SHA1 [] = "SCRAM-SHA-1"
 
const char SASL_SCRAM_SHA256 [] = "SCRAM-SHA-256"
 
const int SASL_ERROR_INVALID_METHOD = -2
 

Variable Documentation

◆ SASL_ERROR_INVALID_METHOD

const int SASL_ERROR_INVALID_METHOD = -2

◆ SASL_GSSAPI

const char SASL_GSSAPI[] = "GSSAPI"

◆ SASL_SCRAM_SHA1

const char SASL_SCRAM_SHA1[] = "SCRAM-SHA-1"

◆ SASL_SCRAM_SHA256

const char SASL_SCRAM_SHA256[] = "SCRAM-SHA-256"