Answer the question
In order to leave comments, you need to log in
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
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...
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.
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 questionAsk a Question
731 491 924 answers to any question