Marcus Da Coregio 1e354a3587 Switch remaining jcenter() to mavenCentral() 3 vuotta sitten
..
gradle 5097f9dcfc Update to Gradle 7.2 3 vuotta sitten
src 2ddf0a2fa9 Update LDAP samples to use LdapBindAuthenticationManagerFactory 3 vuotta sitten
README.adoc c9ed471e8d Add LDAP Sample 4 vuotta sitten
build.gradle 1e354a3587 Switch remaining jcenter() to mavenCentral() 3 vuotta sitten
gradle.properties 5834a59ce6 Use Spring Security 5.8.0-SNAPSHOT 3 vuotta sitten
gradlew c9ed471e8d Add LDAP Sample 4 vuotta sitten
gradlew.bat c9ed471e8d Add LDAP Sample 4 vuotta sitten
settings.gradle c9ed471e8d Add LDAP Sample 4 vuotta sitten

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