2017 © Pedro Peláez
 

silverstripe-vendormodule ldap

Adds LDAP support to SilverStripe including user synchronisation and authentication

image

silverstripe/ldap

Adds LDAP support to SilverStripe including user synchronisation and authentication

  • Thursday, July 26, 2018
  • by robbieaverill
  • Repository
  • 13 Watchers
  • 1 Stars
  • 1,031 Installations
  • PHP
  • 1 Dependents
  • 1 Suggesters
  • 2 Forks
  • 5 Open issues
  • 7 Versions
  • 506 % Grown

The README.md

SilverStripe LDAP module

Build Status Scrutinizer Code Quality codecov SilverStripe supported module, (*1)

Introduction

This SilverStripe module provides integration with LDAP (Lightweight Directory Access Protocol) servers. It comes with two major components:, (*2)

  • Synchronisation of Active Directory users and group memberships via LDAP(S)
  • Active Directory authentication via LDAP binding

These components may be used in any combination, also alongside the default SilverStripe authentication scheme., (*3)

Installation

Install using Composer:, (*4)

composer require silverstripe/ldap ^1.0

Requirements

  • PHP 5.6+ with extensions: ldap, openssl, dom, and mcrypt
  • SilverStripe 4.0+
  • An Active Directory server:
    • Active Directory on Windows Server 2008 R2 or greater (AD)
    • OpenLDAP
    • Samba
  • HTTPS endpoint on SilverStripe site
  • SSL/StartTLS encrypted LDAP endpoint on Active Directory

This module has been tested using Samba 4. It has also been tested in previous major releases against:, (*5)

  • Windows Server 2008 R2 with ADFS 2.0
  • Windows Server 2012 R2 with ADFS 3.0

This module has not been tested on OpenLDAP., (*6)

Note: For SilverStripe 3, please see the silverstripe-activedirectory module., (*7)

Overview

This module will provide an LDAP authenticator for SilverStripe, which will authenticate via LDAPS against members in your AD server. The module comes with tasks to synchronise data between SilverStripe and AD, which can be run on a cron., (*8)

To synchronise further personal details, LDAP synchronisation feature can be used, also included in this module. This allows arbitrary fields to be synchronised - including binary fields such as photos. If relevant mappings have been configured in the CMS the module will also automatically maintain SilverStripe group memberships, which opens the way for an AD-centric authorisation., (*9)

Note: If you are looking for SSO with SAML, please see the silverstripe-saml module., (*10)

Security

With appropriate configuration, this module provides a secure means of authentication and authorisation., (*11)

AD user synchronisation and authentication is hidden behind the backend (server to server communication), but must still use encrypted LDAP communication to prevent eavesdropping (either StartTLS or SSL - this is configurable). If the webserver and the AD server are hosted in different locations, a VPN could also be used to further encapsulate the traffic going over the public internet., (*12)

Note that the LDAP protocol does not communicate over HTTP. If this is what you're looking for, you may be interested in SAML instead., (*13)

In-depth guides

Changelog

Please see the GitHub releases for changes., (*14)

The Versions

26/07 2018

dev-master

9999999-dev

Adds LDAP support to SilverStripe including user synchronisation and authentication

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

ldap silverstripe active directory ad

28/05 2018

1.0.x-dev

1.0.9999999.9999999-dev

Adds LDAP support to SilverStripe including user synchronisation and authentication

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

ldap silverstripe active directory ad

28/05 2018

1.0.1

1.0.1.0

Adds LDAP support to SilverStripe including user synchronisation and authentication

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

ldap silverstripe active directory ad

28/05 2018

1.0.2

1.0.2.0

Adds LDAP support to SilverStripe including user synchronisation and authentication

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

ldap silverstripe active directory ad

21/03 2018

dev-pulls/fix-install-cmd

dev-pulls/fix-install-cmd

Adds LDAP support to SilverStripe including user synchronisation and authentication

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

ldap silverstripe active directory ad

22/02 2018
13/11 2017

1.0.0-beta1

1.0.0.0-beta1

Adds LDAP support to SilverStripe including user synchronisation and authentication

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

ldap silverstripe active directory ad