Marcus Da Coregio 6d453d787f Use GA versions 2 ani în urmă
..
gradle a91ee2a289 Update Gradle to 7.5.1 2 ani în urmă
src c9ed471e8d Add LDAP Sample 4 ani în urmă
README.adoc c9ed471e8d Add LDAP Sample 4 ani în urmă
build.gradle 6d453d787f Use GA versions 2 ani în urmă
gradle.properties bce2126fd1 Update samples to use Spring Security 6 3 ani în urmă
gradlew c9ed471e8d Add LDAP Sample 4 ani în urmă
gradlew.bat c9ed471e8d Add LDAP Sample 4 ani în urmă
settings.gradle c9ed471e8d Add LDAP Sample 4 ani în urmă

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