![]() |
MySQL 8.0.44
Source Code Documentation
|
#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 |
| const int SASL_ERROR_INVALID_METHOD = -2 |
| const char SASL_GSSAPI[] = "GSSAPI" |
| const char SASL_SCRAM_SHA1[] = "SCRAM-SHA-1" |
| const char SASL_SCRAM_SHA256[] = "SCRAM-SHA-256" |