Josh Cummings 1ce2c14dba Update to Gradle 8.10.2 10 月之前
..
gradle 1ce2c14dba Update to Gradle 8.10.2 10 月之前
src c9ed471e8d Add LDAP Sample 4 年之前
README.adoc c9ed471e8d Add LDAP Sample 4 年之前
build.gradle 0f17eb2862 Update to UnboundID 6.0.10 1 年之前
gradle.properties dedb6f4009 Increase max memory allocation 1 年之前
gradlew 3f8e2c204a Upgrade to Gradle 8.3 1 年之前
gradlew.bat 3f8e2c204a Upgrade to Gradle 8.3 1 年之前
settings.gradle 50ffc04d54 Make Projects Individually Runnable 1 年之前

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