Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pumukit/pumukitldapbundle
The PumukitLDAPBundle allows connecting to an LDAP Server and to retrieve data from the server for easy metadata filling
https://github.com/pumukit/pumukitldapbundle
Last synced: 9 days ago
JSON representation
The PumukitLDAPBundle allows connecting to an LDAP Server and to retrieve data from the server for easy metadata filling
- Host: GitHub
- URL: https://github.com/pumukit/pumukitldapbundle
- Owner: pumukit
- Created: 2019-08-20T10:44:23.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-12-17T17:57:04.000Z (10 days ago)
- Last Synced: 2024-12-17T18:43:58.964Z (10 days ago)
- Language: PHP
- Homepage:
- Size: 119 KB
- Stars: 1
- Watchers: 8
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
PuMuKIT LDAP Bundle
===================The PumukitLDAPBundle allows connecting to an LDAP Server and to retrieve data from the server for easy metadata filling.
How to install bundle
```bash
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
```bash
php bin/console cache:clear
php bin/console cache:clear --env=prod
php bin/console assets:install
```