Marcus Da Coregio 55ea592e93 Sync gradle.properties 2 년 전
..
gradle a91ee2a289 Update Gradle to 7.5.1 2 년 전
src c9ed471e8d Add LDAP Sample 4 년 전
README.adoc c9ed471e8d Add LDAP Sample 4 년 전
build.gradle 563260d90a Update Spring Boot to 3.0.7 2 년 전
gradle.properties 55ea592e93 Sync gradle.properties 2 년 전
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!
```