WP Manifestindependent plugin directory
manifest / users / ldap-users-sync

LDAP Users Sync

This WP plugin will get your LDAP data into the User's Meta Wordpress database.

by Ricardo Zanini · github.com/ricardozanini/ldap-users-sync · website

5stars
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/ricardozanini/ldap-users-sync/archive/refs/heads/master.zip

Declares an update source (https://github.com/ricardozanini/ldap-users-sync), so updates arrive through the plugin's own updater.

From the readme

LDAP Users Sync A simple plugin to synchronize users from a given MS Active Directory into Wordpress Database. Currently only supported on MultiSite installations. This plugin WILL NOT write on your LDAP directory. It's only for Wordpress Users Database update. This plugin WILL NOT perform any kind of user authentication. For this, you could use one of these excellent plugins: WPMU Ldap Authentication Simple LDAP Plugin Active Directory Integration Description If you need users data from your LDAP directory to be on your Wordpress database, this plugin is just for you. Once the users's profile data being on your database, other plugin or theme could use it to display more information about them or you could perform a query on wpusermeta table to address any needs. Your choice. At a given schedule this plugin will perform a search on your LDAP directory querying every user from a given base DN and update the WP database. Every returned user will have his/her email, first and last name and any other attribute you may specify on plugin options. After the first run, the next synchronization process will only update the new users or any users who have his/her data chang

Read the full README on GitHub →