cost 265 ms
LDAP:错误代码 49 - 80090308:LdapErr:DSID-0C09044E,注释:AcceptSecurityContext 错误,数据 52e,v2580(第一次使用 ldap) - LDAP: error code 49 - 80090308: LdapErr: DSID-0C09044E, comment: AcceptSecurityContext error, data 52e, v2580 (first time using ldap)

我在 spring 上遇到 ldap 问题,我知道那个错误是什么意思,但我知道我在连接配置中做错了什么这是我的应用程序。属性: 密码和用户名都很好,但也许我的基础是假的? 谁能帮我吗? 这是我尝试做的 我只是尝试连接到活动目录并发现它是如何工作的 ...

如何区分 ldap 中的锁,是某些管理员用户手动锁定还是由于密码尝试错误? - How to distinguish the lock in ldap, whether it is locked manually by some admin user or is it due to incorrect password attempts?

我有一个要求,如果用户尝试使用多个不正确的密码,用户帐户将被锁定,或者管理员也可以锁定帐户,对于不正确的 pwd 尝试,我可以使用属性“pwdAccountLockedTime”,但对管理员锁定有什么建议吗? ...

Spring security Ldap 身份验证异常:不是 DirContext 的实例 - Spring security Ldap authentication Exception : Not an instance of DirContext

我正在尝试使用 Spring Security 连接到 Ldap 服务器(由公司托管,没有太多关于它的信息),我有这个 bean: 但我得到了这个错误: 引起:org.springframework.ldap.NotContextException:不是DirContext的实例; ...

springboot with LDAP Auth 搜索未找到结果,base: '' - Springboot with LDAP Auth No results found for search, base: ''

我正在尝试将我的 SpringBoot 应用程序连接到 ldap 服务器。 (未嵌入)我尝试连接时的问题是: 我不明白为什么 base '' 是空的,因为我在属性中指定了它。我不知道这是否是唯一的问题,如果可以的话请告诉我。 谢谢! 端点 Web安全配置 OpenLdapAuthentica ...

Java Ldap:无法在 Active Directory 中创建带密码的用户(LDAP:错误代码 53 - 0000001F) - Java Ldap: Cannot create an user with password in the Active Directory (LDAP: error code 53 - 0000001F)

我正在尝试在虚拟机中安装的Active Directory中创建一个带密码的用户。 我已经将从Active Directory生成的证书导入到在Intelij IDE中运行的 JVM。 已建立ldaps://连接,但我收到错误消息: Java 代码: 使用Spring Boot时出现同样的错误: ...

获取经过身份验证的 ldap 用户的 CN 条目 - Getting CN entry of an authenticated ldap user

我正在使用 spring 引导在 LDAP 上迈出第一步。 我已经设法验证了我的 ldif 文件中列出的用户: 现在我在我的 controller 方法中并尝试获取 cn 属性“Smith, John”: 但我只得到 uid“jsmith”。 有人可以提示我如何获取所有信息或最后的 cn 条目吗? ...

无法通过 Spring LDAP 获取 Active Directory 记录的修改上下文 - Unable to get modification context for Active Directory records through Spring LDAP

我正在尝试使用 Spring LDAP 来检索和修改 Active Directory 服务器中的用户信息,但我无法通过 dn 检索用户记录以便我可以修改它。 我可以使用LdapTemplate.search方法按用户名查找记录。 记录中没有dn属性,但是distinguishedName看起来应该 ...

从 Spring 4 升级到 Spring 5 - NoClassDefFoundError: org/springframework/core/JdkVersion - Upgrading from Spring 4 to Spring 5 - NoClassDefFoundError: org/springframework/core/JdkVersion

我正在将我的 Spring 项目从版本 4.3.23 升级到版本 5.2.13 我在项目的 ldap.xml 文件中有以下代码,在 4.3.23 中运行良好,但在 5.2.13 中出错: 但是在运行代码时,我得到java.lang.NoClassDefFoundError: org/springf ...

spring.data.ldap 与多个 spring.Z044063C23354128E336ZDF61.3361.187.7.2.2.2.2.2.2.2.2.2.2.2.2.2.2.3.36ZDFURL8 - spring.data.ldap with multiple spring.ldap.urls in application.properties

我们在 Spring 引导项目中使用LdapRepository<MyUser> 。 repo 是使用一些额外的查询方法自动生成的。 我们现在有第二个 Active Directory 域服务器,并希望将其添加到我们的 Spring 配置中。 在 .properties 文件看起来像 ...


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