D
D
Dannerty2019-09-09 18:13:51
MySQL
Dannerty, 2019-09-09 18:13:51

Ldap authorization in MySQL + IDE on MacOS?

Hello!
Can you please tell me how to configure ldap authorization in MySQL?
Tried through Percona's auth_pam module. Everything works fine from the console, authorization passes, but if you try to connect through any IDE in MacOS, it gives an error from the dialog.so module. Percona sends support questions to a page where it is indicated that the module is not supported in MacOS.
I also tried to install the authenticaiton_sasl_ldap module, but it didn't even install, immediately giving the error
'Can't find symbol '_mysql_plugin_interface_version_' in library'.
And the actual question is, what module or how can I configure ldap authorization, taking into account all this, well, it is desirable that the password is not transmitted in clear form)

Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
Andrey Barbolin, 2019-09-09
@dronmaxman

It is necessary to hammer further the installation of authenticaiton_sasl_ldap.
Ldap
https://dev.mysql.com/doc/refman/8.0/en/ldap-plugg...
Whatever the password is not transmitted in clear text - ssl
https://dev.mysql.com/doc/refman/8.0 /en/using-encr...

D
Dannerty, 2019-09-10
@Dannerty

In general, it was not possible to find a solution, auth_pam_compat is not suitable due to the fact that some connections are needed without ssl, and it is not very good to send passwords in clear text. authentication_sasl_ldap did not install that way, xs where and in which library to look for it.

V
Vitaly Karasik, 2019-09-10
@vitaly_il1

Another option is Percona PA?M plugin https://www.percona.com/doc/percona-pam-for-mysql/

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question