Documentation

January 30th, 2010

Requirements

Plugin versions are as follows:

Wordpress MU 2.8.x or 2.9.x  should use WPMU Ldap 2.8.x or 2.9.x

Wordpress MU 2.7.x  should use WPMU Ldap 2.7.x

Wordpress MU 2.6.x  should use WPMU Ldap 2.6.x

Wordpress MU 1.5.x  should use WPMU Ldap 1.5.x

Installation

Simply download the package and extract the files into the mu-plugins folder.  Thats it!

The folder contents directly inside of mu-plugins should be:

wp-content/mu-plugins/ldap_auth.php
wp-content/mu-plugins/ldap

Configuration Options

Example configuration options for connecting to Microsoft Active Directory:

Connection Settings

Server Encryption: SSL
Server Address: ad1.example.com
Server Port: 3269
Search DN: DC=example,DC=com
Search User DN: CN=wpmubind,OU=binds,DC=example,DC=com
Search User Password: (insert password here)
LDAP Type: Windows

LDAP Attribute Mapping

Email: mail
Givename (Firstname): givenname
Surname (Lastname): sn
Nickname: (empty)
Phone: phone
Home Directory: homedirectory
Member: member
Mac Address: zenwmmacaddress
Distinguished Name (DN): dn
Search Attribute (Linux): uid
Search Attribute (Windows): samaccountname

Comments are closed.