marcusdacoregio 24a1a6b6c9 Update Spring Boot Version to 3.1.4 пре 1 година
..
gradle c5b9a9fb7a Update Gradle to 7.6.2 пре 2 година
src c9ed471e8d Add LDAP Sample пре 4 година
README.adoc c9ed471e8d Add LDAP Sample пре 4 година
build.gradle 24a1a6b6c9 Update Spring Boot Version to 3.1.4 пре 1 година
gradle.properties cd892c5604 Sync gradle.properties пре 2 година
gradlew c5b9a9fb7a Update Gradle to 7.6.2 пре 2 година
gradlew.bat c5b9a9fb7a Update Gradle to 7.6.2 пре 2 година
settings.gradle c9ed471e8d Add LDAP Sample пре 4 година

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