simple-ldap-login
simple-ldap-login copied to clipboard
Integrate WordPress logins with LDAP. Simply.
Wordpress 4.9.1 Simple LDAP Login 1.6.0 When reviewing my debug logs for an unrelated issue, I saw this message multiple times: PHP Notice: Undefined variable: version in /var/www/html/puri.sm/wp-content/plugins/simple-ldap-login/Simple-LDAP-Login.php on line...
Added composer.json and updated readme with version number matching the version set in code. Would be great to have this merged so that we can get rid of the notice...
When i try to login, i got : Simple LDAP Login could not authenticate your credentials. The security settings do not permit trying the WordPress user database as a fallback.
Are there any network specific requirements (i.e. NAT rules, ACL's, or port requirements) that I should be aware of, in order to get this plugin to work? Also, my WP...
**Steps to reproduce:** 1. Create the following DNs in an OpenLDAP directory: * DN: cn=group1,ou=groups,dc=example,dc=com * DN: uid=usera,ou=subdomain,dc=example,dc=com * add `usera` to `group1` (appears as *member* attribute) 2. Set the...
Hi ! I was using an old Active Directory plugin and using yours after the upgrade of my wordpress. My users are registered with there 'cn' as login username. I...
If this plugin is installed as an mu-plugin on a multisite network, it doesn't get recognized as being a network install and instead treats it as an active plugin on...
Hello, I cannot seem to figure out how to activate this plugin for just a few pages of our website (http://bei.brighamandwomens.org/). Instead of requiring a login to get into the...
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...
**Steps to reproduce:** 1. Create the following DNs in an OpenLDAP directory: * DN: uid=usera,ou=sub1,dc=example,dc=com * DN: uid=userb,ou=sub2,dc=example,dc=com 2. Set the following Simple LDAP Login settings: * Base DN: dc=example,dc=com...