Ldap over SSL with Native SpringBoot3

Objective:To create an aot native-image for LDAP (basic and over SSL) in SpringBoot3 based Java Microservice. Understanding the Basics: What is LDAP: Ldap stands for Lightweight Directory Access Protocol which helps users to find data about organizations, persons and more.It has 2 main goals: 1. To store data in Ldap directory 2. To authenticate the […]

Ldap over SSL with Native SpringBoot3 Read More »