简体   繁体   中英

using spring ldap template how to manage to get ldap entry of dn stored in attribute of first found ldap entry without second ldap call

In my Ldap Search using spring ldap template , I return a User object having one of the attributes that holds dn for another user. And , the User object has some attributes that needs to be populated with details obtained using the ldap entry of other user.

Without making a second ldap call , is it possible to get the first user's all attributes populated ?

Kindly help. I am left with no option but a second ldap call.

Let me know if you need any other information.

LDAP世界中没有“联接”的概念,因此,如果您需要从引用的DN检索数据以填充bean中的更多字段,则需要使用单独的调用来实现。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM