Marcus Da Coregio bb6fc88875 Merge branch '6.0.x' il y a 2 ans
..
gradle c5b9a9fb7a Update Gradle to 7.6.2 il y a 2 ans
src c9ed471e8d Add LDAP Sample il y a 4 ans
README.adoc c9ed471e8d Add LDAP Sample il y a 4 ans
build.gradle 23d6d5d826 Update Spring Boot to 3.1.0 il y a 2 ans
gradle.properties cd892c5604 Sync gradle.properties il y a 2 ans
gradlew c5b9a9fb7a Update Gradle to 7.6.2 il y a 2 ans
gradlew.bat c5b9a9fb7a Update Gradle to 7.6.2 il y a 2 ans
settings.gradle c9ed471e8d Add LDAP Sample il y a 4 ans

README.adoc

= LDAP Sample

This sample demonstrates how to connect to an LDAP server using bind authentication.

[[usage]]
To use the application, first run it:

```bash
./gradlew :servlet:spring-boot:java:ldap:bootRun
```

Then, request `/`, using the following credentials:

```bash
curl --user user:password localhost:8080 && echo
```

You should see a response like:

```bash
Hello, user!
```