Skip to content
Advertisement

Spring boot Active Directory/LDAP connection

I already connect with AD from spring boot for login purposes but i can not mak searches. My configuration is

JavaScript

So, when i call the function getUserDetails() from controller it returns “Templates is null”

Advertisement

Answer

I solved the problem thanks all for your help

JavaScript

and into the controller i put

JavaScript

as you can see the solution is working perfectly but needds some improvements

Advertisement