MySQL 8.0.40
Source Code Documentation
|
#include "my_config.h"
#include "auth_ldap_sasl_mechanism.h"
#include <mysql.h>
#include <mysql/client_plugin.h>
#include <mysql/plugin.h>
#include <mysql/plugin_auth_common.h>
#include <sasl/sasl.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "log_client.h"
Go to the source code of this file.
Classes | |
class | Sasl_client |
Macros | |
#define | SASL_MAX_STR_SIZE 1024 |
#define | SASL_BUFFER_SIZE 9000 |
#define | SASL_SERVICE_NAME "ldap" |
Variables | |
static const sasl_callback_t | callbacks [] |
sasl_security_properties_t | security_properties |
#define SASL_BUFFER_SIZE 9000 |
#define SASL_MAX_STR_SIZE 1024 |
#define SASL_SERVICE_NAME "ldap" |
|
static |
sasl_security_properties_t security_properties |