authLdap icon indicating copy to clipboard operation
authLdap copied to clipboard

LDAP-Authentication for WordPress

Results 55 authLdap issues
Sort by recently updated
recently updated
newest added

Does the latest release support multisite? If so, how can I assign user to a site. I am getting the following error: Error: The username summer is not registered on...

Existing authLdap code only supported users having a single role and would cause problems with other plugins (e.g. Members) that exploit WordPress' native support for multiple roles. This update should...

feature
contributor reply expected

Added condition to catch a rare edge case (like disabling a plugin which adds a necessary role).

Small UI tweak which makes it easier to see that more than one group can be specified for a role mapping. Especially useful if groups are identified by longer strings.

When users usesd this plugin in a multisite-environment and update to version 2.0.0 the configuration for the plugin was lost. This tries to fix that. This should be a fix...

This enables me to synchronize multiple roles from ldap to wordpress. I'm sure this is not perfect but with some more work this can be a usefull addition to the...

This PR adds multisite-possibilities. The Plugin will be configurable only by the super-admin in a multisite-setup. In a default-setup the plugin behaves as is and anyone with access to the...

Hi. I want to use the group to wordpress role mapping. I added a new ObjectClass wordpressUser with an attribute wordpressGroups. Wordpress: 5.9 Plugin Version: 2.5.1 ``` dn: cn=wordpress,cn=schema,cn=config objectClass:...