Eleftheria Stein 0e91e6300e Prevent gradle cache on tests преди 3 години
..
gradle 5097f9dcfc Update to Gradle 7.2 преди 3 години
src c9ed471e8d Add LDAP Sample преди 4 години
README.adoc c9ed471e8d Add LDAP Sample преди 4 години
build.gradle 0e91e6300e Prevent gradle cache on tests преди 3 години
gradle.properties 08166219c7 Use Spring Security 5.7.0-SNAPSHOT преди 3 години
gradlew c9ed471e8d Add LDAP Sample преди 4 години
gradlew.bat c9ed471e8d Add LDAP Sample преди 4 години
settings.gradle c9ed471e8d Add LDAP Sample преди 4 години

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