Simple LDAP Login
Integrating WordPress with LDAP shouldn't be difficult. Now it isn't. Simple LDAP Login provides all of the features, none of the hassles.
The facts
- Rating
- 4.3★ from 18
- Active installs
- 1k+
- Price
- Free
- Last updated
- 26 Sep 2024
- Added
- Oct 2008
- Requires WP
- 3.4
- Tested up to
- WP 6.6.7
- Downloads
- 111,565
Our analysis
AI-assistedSimple LDAP Login is a WordPress plugin that integrates LDAP authentication with WordPress, making it easier for users in large organisations to manage logins. It supports various LDAP systems, including Active Directory and OpenLDAP, and allows WordPress to authenticate users based on their LDAP credentials.
The plugin can automatically create WordPress users for valid LDAP logins and restrict access based on LDAP group memberships. It is designed for site administrators who need to streamline user authentication processes in environments where LDAP is already in use.
Best for: This plugin is suitable for organisations using LDAP for user management and needing to integrate it with WordPress.
What it does well
- ✓Supports Active Directory and OpenLDAP
- ✓Can automatically create WordPress users from LDAP logins
- ✓Restricts logins based on LDAP group memberships
- ✓Intuitive control panel for configuration
- ✓Uses up-to-date WordPress authentication methods
Where it falls short
- •Limited information on additional features or customisation options
- •No specific details on support beyond GitHub
Verdict
Simple LDAP Login provides a straightforward solution for LDAP integration with WordPress, particularly useful for larger organisations. However, details on customisation and support options are limited.
From the developer
Clifton Griffin's own description of Simple LDAP Login, lightly tidied.
Having a single login for every service is a must in large organizations. This plugin allows you to integrate WordPress with LDAP quickly and easily. Like, really really easy.
Contributing
This is a community project now. Most development is done by users like you who find bugs and fix them, or find new ways to make the plugin more powerful for everyone.
The easiest way to contribute to this plugin is to submit a GitHub pull request. Here’s the repo:
https://github.com/clifgriffin/simple-ldap-login
Support
If you need support, file an issue here:
https://github.com/clifgriffin/simple-ldap-login/issues
Special Requests
If you need a customization or change specific to your install, I am available for hire. Shoot me an e-mail: clifgriffin[at]gmail.com
Features
- Supports Active Directory and OpenLDAP (and other directory systems which comply to the LDAP standard, such as OpenDS)
- Supports TLS
- Uses up-to-date methods for WordPress authentication routines.
- Authenticates existing WordPress usernames against LDAP.
- Can be configured to automatically create WordPress users for valid LDAP logins.
- You can restrict logins based on one or more LDAP groups.
- Intuitive control panel.
Architecture
Simple LDAP Login adds an authentication filter to WordPress that authentication requests must pass. In doing so, it makes several decisions.
- Can the provided credentials be authenticated against LDAP?
-
- If so, is the LDAP user a member of the required LDAP groups (if any)?
-
- Does a matching WordPress user exist?
-
-
- If so, log the user in.
-
-
- If not, is user creation enabled?
-
-
-
- Create the user and log them in.
-
-
-
-