simple-ldap-login
simple-ldap-login copied to clipboard
Can you push the latest version?
Some bugs are fixed in master branch, but no new version on Wordpress. So I can't rely on wpackagist... And as you don't have a composer.json, I can't just include your plugin via composer either.
Thanks
see also #36
if you have access to using composer on WP server, then why not just clone the source code using git?
@asakurayoh @jpuck Can you guys (and anyone else who wants to!) test the latest version of master?
I'd like to push a new version, with composer.json included, this month. But I need other people to test for me because I don't have an environment to test with.
I'd like to hear feedback that it's working for both AD and OpenLDAP. Less concerned about new features.
@clifgriffin I just tested on a fresh wordpress 4.7.3 installation and can confirm d6c9e78f3a8075acd4a09d1ffba25282f306dbe1 doesn't break my current usage. That only includes ldaps to OpenLDAP authentication and user creation. I can't speak for any of the other features. I've updated our documentation if you'd like to see the details of installation scope.
One tiny note, which should probably be a separate issue, despite the fact that the LDAP Login Attribute
on the advanced settings says the default is uid
if you leave it blank, then it will not work. We must explicitly put uid
in that field. This has nothing to do with the latest commits though, I believe it has always been that way for me.
I am using master branch, single-instance Wordpress 4.8.2 (Debian 9, PHP 7.0) authenticating against OpenLDAP 2.4.44 via TLS. Basic authentication and user creation is working.
(I am having issues with groups #47 and sub-OUs #48 , but I'm not sure yet if these are due to configuration errors or bugs.)
I just successfully tested it on WP 4.8.1. please push the latest version!