Marcus Da Coregio 5f1b56bb9d Update Gradle to 7.5.1 2 năm trước cách đây
..
gradle 5f1b56bb9d Update Gradle to 7.5.1 2 năm trước cách đây
src c9ed471e8d Add LDAP Sample 4 năm trước cách đây
README.adoc c9ed471e8d Add LDAP Sample 4 năm trước cách đây
build.gradle 4d4d58d8f4 Use Micrometer SNAPSHOTs 2 năm trước cách đây
gradle.properties bce2126fd1 Update samples to use Spring Security 6 3 năm trước cách đây
gradlew c9ed471e8d Add LDAP Sample 4 năm trước cách đây
gradlew.bat c9ed471e8d Add LDAP Sample 4 năm trước cách đây
settings.gradle c9ed471e8d Add LDAP Sample 4 năm trước cách đây

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