Skip to content
Snippets Groups Projects
Unverified Commit 5a060641 authored by Bekerle, Patrizio's avatar Bekerle, Patrizio :fire:
Browse files

Mention DBP Symfony recipe repository

parent 71a45fd0
No related branches found
No related tags found
No related merge requests found
Pipeline #64259 passed
......@@ -8,7 +8,9 @@ This Symfony bundle contains BasePersonConnectorLdap services for the DBP Relay
* Add the bundle package as a dependency:
```
```bash
# You may want to first add the DBP Symfony recipe repository to your application to get the configuration file installed automatically
# See: https://github.com/digital-blueprint/symfony-recipes
composer require dbp/relay-base-person-connector-ldap-bundle
```
......@@ -46,9 +48,6 @@ dbp_relay_base_person_connector_ldap:
birthday: '%env(LDAP_PERSON_PROVIDER_LDAP_ATTRIBUTE_BIRTHDAY)%'
```
The value gets read in `DbpRelayBasePersonConnectorLdapExtension` and passed when creating the
`UCardService` service.
For more info on bundle configuration see
https://symfony.com/doc/current/bundles/configuration.html
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment