WP Manifestindependent plugin directory
manifest / security / ldap-login

LDAP Login

Authenticate WordPress against LDAP.

by Clif Griffin Development Inc. · github.com/angrycreative/ldap-login · website

2stars
19kcomposer installs
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/angrycreative/ldap-login/archive/refs/heads/master.zip

Also on Packagist as angry-creative/ldap-login:

composer require angry-creative/ldap-login

From the readme

LDAP Login # Integrating WordPress with LDAP shouldn't be difficult. Now it isn't. LDAP Login provides all of the features, none of the hassles. Description ## 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. 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 LD

Read the full README on GitHub →