iter8/adldap2-service-provider

Service Provider for the adLDAP PHP library.

3.0.1 2018-07-27 05:49 UTC

This package is auto-updated.

Last update: 2024-04-08 21:57:13 UTC


README

Installation

composer require iter8/adldap2-service-provider:~3.0

Defaults

Auto-connect is defaulted to off (false) but this can be changed by setting $app['adldap.auto_connect'] to true.

By default, the $app['adldap.options'] array is initialiased with:

$defaults = [
    'port' => 389,
    'use_ssl' => true,
    'follow_referrals' => false,
];