Marcus Da Coregio 6d453d787f Use GA versions hace 2 años
..
gradle a91ee2a289 Update Gradle to 7.5.1 hace 2 años
src c9ed471e8d Add LDAP Sample hace 4 años
README.adoc c9ed471e8d Add LDAP Sample hace 4 años
build.gradle 6d453d787f Use GA versions hace 2 años
gradle.properties bce2126fd1 Update samples to use Spring Security 6 hace 3 años
gradlew c9ed471e8d Add LDAP Sample hace 4 años
gradlew.bat c9ed471e8d Add LDAP Sample hace 4 años
settings.gradle c9ed471e8d Add LDAP Sample hace 4 años

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