Rob Winch b2310d91fe jcenter() -> mavenCentral()
jcenter is intermittently producing circular redirects. It is deprecated and we should use
Maven Central anyway.
2022-05-18 10:39:49 -05:00
..
2021-10-04 15:04:13 -03:00
2022-05-18 10:39:49 -05:00
2021-06-15 16:56:59 -06:00
2021-06-15 16:56:59 -06:00
2021-06-15 16:56:59 -06: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!
```