Josh Cummings 0786b6f766 Update to Spring Securtiy 6.5.0-SNAPSHOT hai 1 mes
..
gradle 1ce2c14dba Update to Gradle 8.10.2 hai 10 meses
src c9ed471e8d Add LDAP Sample %!s(int64=4) %!d(string=hai) anos
README.adoc c9ed471e8d Add LDAP Sample %!s(int64=4) %!d(string=hai) anos
build.gradle 0f17eb2862 Update to UnboundID 6.0.10 hai 1 ano
gradle.properties 0786b6f766 Update to Spring Securtiy 6.5.0-SNAPSHOT hai 1 mes
gradlew 3f8e2c204a Upgrade to Gradle 8.3 hai 1 ano
gradlew.bat 3f8e2c204a Upgrade to Gradle 8.3 hai 1 ano
settings.gradle 50ffc04d54 Make Projects Individually Runnable hai 1 ano

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!
```