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

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