Josh Cummings 99b499df0b Remove Reference to Micrometer Snapshot il y a 1 an
..
gradle 3f8e2c204a Upgrade to Gradle 8.3 il y a 1 an
src c9ed471e8d Add LDAP Sample il y a 4 ans
README.adoc c9ed471e8d Add LDAP Sample il y a 4 ans
build.gradle 99b499df0b Remove Reference to Micrometer Snapshot il y a 1 an
gradle.properties dedb6f4009 Increase max memory allocation il y a 1 an
gradlew 3f8e2c204a Upgrade to Gradle 8.3 il y a 1 an
gradlew.bat 3f8e2c204a Upgrade to Gradle 8.3 il y a 1 an
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!
```