首页 > 其他分享 >spring ldap 使用总结

spring ldap 使用总结

时间:2023-03-23 15:13:59浏览次数:39  
标签:总结 PartialResultException Unprocessed spring ldap ldapTemplate true

1.报错

1.1 

org.springframework.ldap.PartialResultException: Unprocessed Continuation Reference(s); nested exception is javax.naming.PartialResultException: Unprocessed Continuation Reference(s); remaining name '/'

解决:

ldapTemplate的setIgnorePartialResultException设置为true.

ldapTemplate.setIgnorePartialResultException(true);

 

标签:总结,PartialResultException,Unprocessed,spring,ldap,ldapTemplate,true
From: https://www.cnblogs.com/lishuaiqi/p/17247499.html

相关文章