iter8/adldap2-service-provider

Service Provider for the adLDAP PHP library.

Installs: 1 241

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 0

Open Issues: 0

pkg:composer/iter8/adldap2-service-provider

3.0.1 2018-07-27 05:49 UTC

This package is auto-updated.

Last update: 2025-10-09 01:51:46 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,
];