Marcus Hert Da Coregio dedb6f4009 Increase max memory allocation hai 1 ano
..
gradle 3f8e2c204a Upgrade to Gradle 8.3 hai 1 ano
src c9ed471e8d Add LDAP Sample %!s(int64=4) %!d(string=hai) anos
README.adoc c9ed471e8d Add LDAP Sample %!s(int64=4) %!d(string=hai) anos
build.gradle 75f3cb81b9 Allow gradle cache on tests hai 1 ano
gradle.properties dedb6f4009 Increase max memory allocation hai 1 ano
gradlew 3f8e2c204a Upgrade to Gradle 8.3 hai 1 ano
gradlew.bat 3f8e2c204a Upgrade to Gradle 8.3 hai 1 ano
settings.gradle c9ed471e8d Add LDAP Sample %!s(int64=4) %!d(string=hai) anos

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