teltek / pumukit-ldap-bundle
LDAP bundle for PuMuKIT
Package info
github.com/pumukit/PumukitLDAPBundle
Type:symfony-bundle
pkg:composer/teltek/pumukit-ldap-bundle
2.0.0
2024-12-17 17:56 UTC
Requires
- php: ^8.2
- ext-ldap: *
- pumukit/pumukit: ^5.0
- symfony/ldap: ^5.0
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
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