marcusdacoregio 6c924fcd98 Update Spring Boot Version 2 年 前
..
gradle c5b9a9fb7a Update Gradle to 7.6.2 2 年 前
src c9ed471e8d Add LDAP Sample 4 年 前
README.adoc c9ed471e8d Add LDAP Sample 4 年 前
build.gradle 6c924fcd98 Update Spring Boot Version 2 年 前
gradle.properties cd892c5604 Sync gradle.properties 2 年 前
gradlew c5b9a9fb7a Update Gradle to 7.6.2 2 年 前
gradlew.bat c5b9a9fb7a Update Gradle to 7.6.2 2 年 前
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!
```