Marcus Hert Da Coregio 8cfb64e0b9 Use Version Catalog for Spring dependencies 1 ano atrás
..
gradle 3f8e2c204a Upgrade to Gradle 8.3 1 ano atrás
src c9ed471e8d Add LDAP Sample 4 anos atrás
README.adoc c9ed471e8d Add LDAP Sample 4 anos atrás
build.gradle 8cfb64e0b9 Use Version Catalog for Spring dependencies 1 ano atrás
gradle.properties cd892c5604 Sync gradle.properties 2 anos atrás
gradlew 3f8e2c204a Upgrade to Gradle 8.3 1 ano atrás
gradlew.bat 3f8e2c204a Upgrade to Gradle 8.3 1 ano atrás
settings.gradle c9ed471e8d Add LDAP Sample 4 anos atrás

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