I have attempted to setup a system and have it partially working but must be missing something else here…
I loaded the plugin set the following variables and restarted
Server version: 8.0.20-11.2 Percona XtraDB Cluster
authentication_ldap_simple_server_host=192.1.1.xxxx
authentication_ldap_simple_bind_base_dn=“dc=xxx,dc=ad,dc=xxx,dc=com”
drop user xxxx;
CREATE USER ‘xxxxx’@‘%’
IDENTIFIED WITH authentication_ldap_simple
AS ‘cn=xxxx,ou=groups,dc=xxx,dc=xxx,dc=com’;
what is weird is the user id can connect with no password at all! (even had others try so its not getting it from my profile)
What step did I miss?