Add LdapTemplate to LdapClient Adapter

Closes gh-774
This commit is contained in:
Josh Cummings
2025-02-11 17:56:11 -07:00
parent cb083d690f
commit 30efe4ecd8
6 changed files with 75 additions and 6 deletions

View File

@@ -214,6 +214,8 @@ The following list briefly describes the most important changes in Spring LDAP 2
* The https://github.com/spring-projects/spring-ldap/tree/main/samples[samples] have been polished and updated to make use of the features in 2.0.
Quite a bit of effort has been put into providing a useful example of an https://github.com/spring-projects/spring-ldap/tree/main/samples/user-admin[LDAP user management application].
* Added `LdapClient.create(LdapTemplate)` to simplify constructing an `LdapClient` from an `LdapTemplate`
[[spring-ldap-packaging-overview]]
== Packaging Overview