© The Author(s), under exclusive license to APress Media, LLC, part of Springer Nature 2023
B. Varanasi, A. SaccoPractical Spring LDAPhttps://doi.org/10.1007/979-8-8688-0002-3_10

10. Odds and Ends

Balaji Varanasi1   and Andres Sacco2
(1)
Salt Lake City, UT, USA
(2)
Buenos Aires, Buenos Aires, Argentina
 
In this chapter, you will learn
  • How to perform authentication using Spring LDAP

  • How to parse LDIF files

  • LDAP connection pooling

Authentication Using Spring LDAP

Authentication is a common operation performed against LDAP servers. This usually involves verifying a username and password against the information stored in the directory server.

One approach for implementing authentication using Spring LDAP is via the getContext method of the ContextSource ...

Get Practical Spring LDAP: Using Enterprise Java-Based LDAP in Spring Data and Spring Framework 6 now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.