Marcus Da Coregio a91ee2a289 Update Gradle to 7.5.1 пре 2 година
..
gradle a91ee2a289 Update Gradle to 7.5.1 пре 2 година
src c9ed471e8d Add LDAP Sample пре 4 година
README.adoc c9ed471e8d Add LDAP Sample пре 4 година
build.gradle 79b80c7e8d Use Micrometer SNAPSHOTs пре 2 година
gradle.properties bce2126fd1 Update samples to use Spring Security 6 пре 3 година
gradlew c9ed471e8d Add LDAP Sample пре 4 година
gradlew.bat c9ed471e8d Add LDAP Sample пре 4 година
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!
```