An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

[![Stand With Ukraine](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/banner2-direct.svg)](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