yourls-ldap-plugin
yourls-ldap-plugin copied to clipboard
Simple LDAP plugin for YOURLS
when i try to login in with an LDAP user, i get this Error. "Couldn't add user, plugin may not be compatible with YourLS version" its possible to make the...
I have activated the plugin in a fresh installation of the application. I had not set LDAP parameters in the configuration file. Presently, the application is inoperable, with the following...
i am getting this error ```console Fatal error: Uncaught TypeError: array_merge(): Argument #2 must be of type array, bool given in /var/www/html/user/plugins/yourls-ldap-plugin/plugin.php:286 Stack trace: #0 /var/www/html/user/plugins/yourls-ldap-plugin/plugin.php(286): array_merge(Array, false) #1 /var/www/html/includes/functions-plugins.php(232):...
I have installed this plugin, and it is in the same path as the default plugins in yourls. However, the LDAP plugin doesn't show up under Manage Plugins. I am...
Hi, I have downloaded the plugin, uploaded it to the plugin directory, edited the config.php and added the following lines ``` define( 'LDAPAUTH_HOST', 'our ldap host' ); // LDAP host...
While trying to activate the plugin, I get the following error message Fatal error: Cannot use isset() on the result of a function call (you can use "null !== func()"...
I have YOURLS 1.7.1 installed along with the latest version of the plugin. We are using Active Directory as our LDAP server. I have the info in config.php the same...
Great plugin - thank-you. The logout functionality doesn't appear to be working though. Two distinct issues. 1. If you are on the plugin page and click logout, get the following...
A little enhancement to allow for real group-based authorization. Including documentation update. Feel free to edit if needed. Works well in production on our side. Thanks for the great plugin!
Updated so yourls-ldap-plugin now functions with latest YOURLS version (1.8.1 as of May 24, 2021). LDAPAUTH_ADD_NEW' flag working again with latest YOURLS config, so users can be cached in the...