Josh Cummings 50ffc04d54 Make Projects Individually Runnable 1 an în urmă
..
gradle 50ffc04d54 Make Projects Individually Runnable 1 an în urmă
src c9ed471e8d Add LDAP Sample 4 ani în urmă
README.adoc c9ed471e8d Add LDAP Sample 4 ani în urmă
build.gradle 99b499df0b Remove Reference to Micrometer Snapshot 1 an în urmă
gradle.properties dedb6f4009 Increase max memory allocation 1 an în urmă
gradlew 3f8e2c204a Upgrade to Gradle 8.3 1 an în urmă
gradlew.bat 3f8e2c204a Upgrade to Gradle 8.3 1 an în urmă
settings.gradle 50ffc04d54 Make Projects Individually Runnable 1 an î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!
```