iter8 / adldap2-service-provider
Service Provider for the adLDAP PHP library.
Installs: 1 239
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Requires
- php: >=7.1
- ext-ldap: *
- adldap2/adldap2: ~5.0
Requires (Dev)
- mockery/mockery: ^1.0
- phpunit/phpunit: ~7.0
- silex/silex: ~2.0
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, ];