-
In the version before 5 I setup LDAP to verify the user by adding function login($login, $password) to the plugin.php and add a function credentials() to log into the database. How do I do that now? Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
vrana
May 4, 2025
Replies: 1 comment
-
The easiest way is to create |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
vrana
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The easiest way is to create
adminer-plugins/login-ldap.php
with classAdminerLoginLdap
containing these method.https://www.adminer.org/plugins/#use