Marcus Da Coregio ddc0da6ce8 Use GA versions 2 years ago
..
gradle 5f1b56bb9d Update Gradle to 7.5.1 2 years ago
src c9ed471e8d Add LDAP Sample 4 years ago
README.adoc c9ed471e8d Add LDAP Sample 4 years ago
build.gradle ddc0da6ce8 Use GA versions 2 years ago
gradle.properties bce2126fd1 Update samples to use Spring Security 6 3 years ago
gradlew c9ed471e8d Add LDAP Sample 4 years ago
gradlew.bat c9ed471e8d Add LDAP Sample 4 years ago
settings.gradle c9ed471e8d Add LDAP Sample 4 years ago

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