Files
Josh Cummings 1ce2c14dba Update to Gradle 8.10.2
Closes gh-327"
2024-10-14 17:16:54 -06:00
..
2024-10-14 17:16:54 -06:00
2021-06-15 16:56:59 -06:00
2024-08-01 12:38:18 -06:00
2023-09-21 16:17:57 +01:00
2023-09-21 16:17:57 +01:00
2021-06-15 16:56:59 -06:00

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