simple-ldap-login icon indicating copy to clipboard operation
simple-ldap-login copied to clipboard

Can you push the latest version?

Open asakurayoh opened this issue 8 years ago • 5 comments

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

asakurayoh avatar Feb 08 '17 16:02 asakurayoh

see also #36

if you have access to using composer on WP server, then why not just clone the source code using git?

jpuck avatar Mar 06 '17 22:03 jpuck

@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 avatar Mar 08 '17 18:03 clifgriffin

@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.

jpuck avatar Mar 09 '17 16:03 jpuck

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.)

lofidevops avatar Sep 26 '17 13:09 lofidevops

I just successfully tested it on WP 4.8.1. please push the latest version!

wstoettinger avatar Nov 03 '17 14:11 wstoettinger