Plugin info

Total downloads: 18,317
Active installs: 90
Total reviews: 5
Average rating: 4.6
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 2/5/2017 (3250 days ago)
Added to WordPress: 2/13/2011 (14 years old)
Minimum WordPress version: 3.0
Tested up to WordPress version: 4.7.29
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 3250 days ago • 5 reviews

22/100

Is Plugin Name: ldap_login_password_and_role_manager abandoned?

Possibly abandoned (last update 3250 days ago).

Compatibility

Requires WordPress: 3.0
Tested up to: 4.7.29
Requires PHP: f

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

Authorizer
Rating 5.0/5 (19 reviews)Active installs 5,000
Simple LDAP Login
Rating 4.3/5 (18 reviews)Active installs 1,000
wpDirAuth
Rating 4.7/5 (12 reviews)Active installs 700
Active Directory Authentication Integration
Rating 5.0/5 (1 reviews)Active installs 10
CoSign Single Signon
Rating 0.0/5 (0 reviews)Active installs 10
LDAP-Integration
Rating 0.0/5 (0 reviews)Active installs 10

Description

This plugin will enable WP authentication and role management from LDAP server.
Users who log in to your WP site are authenticated by first matching the
username input against an attribute to local the RDN. Then a bind is performed
against the RDN. Upon successful bind, authentication is approved. Local WP
user management is engaged by initializing and maintaining user DB records.

Simply create your users in your LDAP directly. Define access rights or “roles”
to specific WP sites. When the user logs into the WP site, the local DB user
entry is created.

Use LDAP to define users in one place for access to one or many WP sites.

User passwords in the local DB are replaced with jumbled text and are unusable.
All password information is maintained in LDAP.

User information ( Display Name, Nick Name, Nice Name, First Name, Last Name )
are maintained in master form in LDAP and stored and updated (synced) to the
local DB when the user logs in.

Features

  • Supports OpenLDAP
  • Supports TLS
  • syslog debugging
  • Centralized roles management.
  • Password expirary management.
  • Password reset management in user profile.
  • Works with WP Multi-Site setup.

Architecture

Simple LDAP adds an authentication filter to WordPress that authentication requests must pass.
Consults LDAP for current role configuration.

Installation

Dowload the plugin to your WP site.
Enabled the plugin.
Enter LDAP configuration information from the WP-Admin Settings menu.
Test LDAP configurations from the WP-Admin Settings menu.

Frequently Asked Questions

Is the password expirary feature optional?

Yes. Simply leave the LDAP configuration attribute emtpy to disable this feature.

Does the plugin offer an easy way to create new users in LDAP?

Yes. The plugin accepts a URL reference to your LDAP administration interface.

What do I do if my users are already defined in my WP database?

Not a problem. The user_login value will be mapped in the plugin setup to an
attribute in LDAP. Create your LDAP person records with the same value on the
attribute you map to user_login. Then next time the user logs in, the LDAP will
begin to manage the records in the local DB as normal.

Does the LDAP plugin supercede the base WP login?

Yes. Once the plugin is enabled, authentication control is passed on to the LDAP system.

Review feed

No reviews available

Screenshots

No screenshots available

Changelog

1.0

  • Feb-2011, Initial release

1.0.2

  • Apr-2011, Patch for user create for version 3.1.1

1.0.3

  • May-2011, added ldap_login_password_and_role_manager_updatepassword_using_rootdn() method.
  • cleared ‘ldap_login_password_and_role_manager_password_is_expired’ in ldap_login_password_and_role_manager_updatepassword() method.

1.0.4

  • May-2011, updated ldap_login_password_and_role_manager_update_wp_user() method, boolean return value was incorrect.

1.0.5

  • May-2011, added memberidmap logic to manage LDAP member id numbers in sync with WordPress member id numbers

1.0.6

  • Mar-2012, added admin setting for TLS encryption.

1.0.7

  • Jul-2013, maintenance release.

1.0.8

  • Nov-2013, maintenance release.

1.0.9

  • Sep-2014, maintenance release.

1.0.10

  • Sep-2015, maintenance release. WP 4.3 introduced password change email notifications. Password management in this plugin is handled outside of WordPress, in the LDAP directory. Email notifications are irrelevant and thus disabled when setting user_pass attribute on users in WordPress.

1.0.11

  • Sep-2015, maintenance release. additional location missed on change email notifications.

1.0.12

  • Feb-2017, maintenance release.