https://github.com/jbtcd/symfony-ldap-authenticator-example
This project provides an example implementation of the symfony security bundle with ldap as the user provider.
https://github.com/jbtcd/symfony-ldap-authenticator-example
Last synced: about 2 months ago
JSON representation
This project provides an example implementation of the symfony security bundle with ldap as the user provider.
- Host: GitHub
- URL: https://github.com/jbtcd/symfony-ldap-authenticator-example
- Owner: jbtcd
- Created: 2023-02-07T19:46:59.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-12T16:10:58.000Z (over 2 years ago)
- Last Synced: 2025-03-14T09:24:53.553Z (over 1 year ago)
- Language: PHP
- Homepage:
- Size: 65.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://vshymanskyy.github.io/StandWithUkraine/)
# Symfony LDAP Authenticator Example 📱💬
This project provides an example implementation of the [symfony security bundle][1] with [ldap][2] as the user provider.
## Preparations
```bash
composer install
```
## Run the application
```bash
docker-compose up -d
symfony server:start -d
```
[1]: https://symfony.com/doc/current/security.html
[2]: https://symfony.com/doc/current/security/ldap.html#security-ldap-user-provider