teltek / pumukit-ldap-bundle
LDAP bundle for PuMuKIT
Installs: 3 554
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 8
Forks: 0
Open Issues: 1
Type:symfony-bundle
Requires
- php: >=7.2
- ext-ldap: *
- pumukit/pumukit: >=3.1
README
The PumukitLDAPBundle allows connecting to an LDAP Server and to retrieve data from the server for easy metadata filling.
How to install bundle
composer require teltek/pumukit-ldap-bundle
if not, add this to config/bundles.php
Pumukit\LDAPBundle\PumukitLDAPBundle::class => ['all' => true]
Then execute the following commands
php bin/console cache:clear php bin/console cache:clear --env=prod php bin/console assets:install