Skip to content

Releases: utdallasresearch/ldap-connector

3.1.1

16 Jun 02:44
Compare
Choose a tag to compare

Fixed connect usage in some methods; renamed close() to disconnect().

3.1.0

16 Jun 02:07
Compare
Choose a tag to compare

New feature: use your own user model (although it still must implement Laravel's Model and Authenticatable classes)

3.0.7

16 Jun 00:10
Compare
Choose a tag to compare

Added config option to disable auto-connect

3.0.6

19 Apr 03:40
Compare
Choose a tag to compare

increment version

3.0.5

08 Mar 06:37
Compare
Choose a tag to compare

Updated

3.0.4

08 Mar 06:28
Compare
Choose a tag to compare

Updated composer.json file to include custom adLDAP repository.

3.0.3

08 Mar 06:25
Compare
Choose a tag to compare

This is a forked release, really for my own purposes, to work better with both a fresh Laravel 5.0 install and our org's particular AD schema.

-Modified to use 'name' instead of 'username' field
-Composer dependency changed to personal fork of adLDAP with additional config
-Readme updated to include additional info