How to fetch the user details from LDAP ?
I am using the below LDAP details for getting the user details but I am unable to fetch the user details could any one help
LDAP Details :
URL: ldap://xxxx.com:389
base: "ou-xxx,dc=xxx,dc=xxx"
username: "cn=xx,ou=xxx,dc=xxx,dc=xxx"
password:"xxxx"
I am maintaining these details from application.yml
file and I am fetching these details in the service class could some one please help in looking the above configurations am I doing mistake. Thanks for any help
"error :error code- 32-0000208D,proble 20Name not found exception"