Marcus Da Coregio 14b88be2ab Replace jcenter() with mavenCentral() hace 2 años
..
gradle 5097f9dcfc Update to Gradle 7.2 hace 3 años
src c9ed471e8d Add LDAP Sample hace 4 años
README.adoc c9ed471e8d Add LDAP Sample hace 4 años
build.gradle 14b88be2ab Replace jcenter() with mavenCentral() hace 2 años
gradle.properties e78a1f73ef Use Spring Security 5.6.0 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!
```