LDAP: error code 50 - Insufficient Access Rights

LDAP: error code 50 - Insufficient Access Rights
LDAP 50号错误其原因有许多,上周我遇到此问题,在网上没有查找到合适的案例。
我在查看组织部门时调用 javax.naming.directory.InitialDirContext.search()方法时出错,
javax.naming.NoPermissionException: [LDAP: error code 50 - Insufficient Access Rights]; remaining name 'ou=06,o-=ou'


仅仅看异常所显示的就是我所用的用户没有读权限。但此用户可以查找用户是正常的,

最终分析发现 LDAP服务器关闭了分页功能,但我查看组织部门对查看结果做了分页,由此引起LDAP50号错误。

你可能感兴趣的:(LDAP: error code 50 - Insufficient Access Rights)