腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
工具
TVP
最新优惠活动
文章/答案/技术大牛
搜索
搜索
关闭
发布
精选内容/技术社群/优惠产品,
尽在小程序
立即前往
文章
问答
(9999+)
视频
沙龙
2
回答
LdapCtxFactory,因为模块java.naming不将com.sun.jndi.
ldap
导出到未命名模块。
、
、
、
、
:
spring
-
boot
:${
SPRING
_
BOOT
_VERSION}" implementation "org.springframework.
boot
:
spring
浏览 19
提问于2022-08-02
得票数 1
回答已采纳
1
回答
Maven资源过滤不起作用-因为
spring
启动依赖
、
、
mvn clean installmy.propertiesjdbc.url=${jdbc.url}
ldap
.url=${
ldap
_url} <project xmlns="http://maven.apache.org</g
浏览 84
提问于2016-04-08
得票数 110
回答已采纳
1
回答
弹簧引导jdbcAuthentication dataSource未加载错误
、
、
、
groupId> <version>1.5.6.RELEASE</<artifactId>
spring
-
boot
-starter-data-jpa</artifactId> <dependencie
浏览 4
提问于2017-08-16
得票数 0
回答已采纳
3
回答
弹簧无法加载ldif
、
、
、
、
我目前正在尝试使用
Spring
Boot
1.4.2.RELEASE构建一个小型的and应用程序,为此,我还使用了
Spring
Boot
LDAP
,其中嵌入了
LDAP
和ldif。'org.springframework.
boot
:
spring
-
boot
-starter-tomcat'compile 'org.springframework.
boot
:
spring
-
浏览 5
提问于2016-11-26
得票数 3
1
回答
如何从
Spring
Security让
Spring
Boot
Actuator LdapHealthIndicator与
Ldap
一起运行?
、
、
、
、
我正在使用
spring
security开发一个
spring
boot
2.3应用程序。身份验证和授权是通过
spring
security针对AD完成的。所以我使用
spring
-security-
ldap
和下面的代码。org.springframework.
boot
</groupId> <artifactId>
spring
-
boot
-autoconfigure</
浏览 174
提问于2020-07-09
得票数 1
回答已采纳
1
回答
使用
spring
安全和
LDAP
保护应用程序
、
、
、
我是
spring
security的新手。我想用
LDAP
在我的
spring
boot
应用程序中实现它。每当我试图理解安全的概念时,我都会陷入困惑状态。有没有人能给我推荐一个向导或者给我介绍一下
spring
security是做什么的。在我的项目中,我只使用了
spring
安全和
LDAP
。我观察到的是,
spring
boot
创建了它自己的登录页面,一旦用户通过了身份验证,它就会设置一个名为JSESSIONID的cookie,对于进一步的请
浏览 16
提问于2019-12-13
得票数 0
2
回答
如何在春天自动更新LdapRepository?
、
、
我试图使用
spring
的自动配置来拆分一个嵌入式
LDAP
服务器,并使用
spring
访问它。' testCompile 'org.springframework.
boot
:
spring
-
boot
-starter-test' }
浏览 1
提问于2018-10-27
得票数 0
回答已采纳
3
回答
Spring
Boot
Guide的问题-使用
LDAP
验证用户
、
Spring
Boot
入门指南“使用
LDAP
对用户进行身份验证”给出了java.net.ConnectException:连接被拒绝 我只是按照本入门指南中的步骤进行了说明- https://
spring
.io/guides/gs/authenticating-
ldap
/ STS中的Did开发 与上面示例中的
spring
.io相同 在接近尾声时,该指南指出应该有一个干净的登录username= bob和password
浏览 58
提问于2019-10-04
得票数 3
3
回答
如何使用
Spring
Boot
连接外部/在线
LDAP
服务器?
、
、
、
我正在尝试将基于
LDAP
的登录集成到我的
Spring
Boot
应用程序中。但是,我无法成功地连接到服务器并得到这个错误。nested exception is javax.naming.AuthenticationException: [
LDAP
: error code 49 - Invalid Credentials]authenticationManagerBuilder.ldapAuthentication() .contex
浏览 27
提问于2017-08-25
得票数 2
回答已采纳
1
回答
Maven
Spring
引导依赖项与Maven
Spring
依赖项
、
、
这是我从
Spring
下载的: <groupId>org.springframework.
boot
</groupId><dependency> <groupId>org.springframework.security</groupId>
浏览 2
提问于2019-04-11
得票数 1
回答已采纳
2
回答
Spring
Boot
Actuator -
LDAP
Health Endpoint抛出NPE
、
、
、
在
Spring
Boot
应用程序中,我们使用
spring
-security-
ldap
对可以访问我们应用程序的用户进行身份验证。(LdapTemplate.java:802) ~[
spring
-
ldap
-core-2.3.1.RELEASE.jar:2.3.1.RELEASE] at org.springframework.
boot
.actuate.health.LdapHealthIndicator.doHealthCheck(CompositeHealthIn
浏览 1
提问于2017-10-25
得票数 24
1
回答
无法连接到
Spring
Boot
应用程序中的Active Directory,并显示"'userDn‘not set“消息
、
、
我正在尝试编写一个
Spring
Boot
程序,该程序可以与Active Directory服务器一起工作(用于修改,而不是身份验证),但我无法使该程序连接到它。plugins { id 'io.
spring
.dependency-management' version:
spring
-
boot
-starter' imp
浏览 72
提问于2021-04-20
得票数 0
回答已采纳
1
回答
无法借助ldif文件将示例数据加载到
ldap
服务器
、
、
、
我需要将批量数据插入到
LDAP
服务器中,为此我使用了LdapTestUtils类,但得到了一些错误dependencies { testImplementation 'org.springframework.
boot
:
spring
-
boot
-
浏览 19
提问于2019-07-29
得票数 0
回答已采纳
1
回答
通过
Spring
LDAP
和
Spring
安全连接到现有AD
、
、
、
、
我正在尝试使用
Spring
Security通过
Spring
LDAP
(2.3.1.RELEASE)登录到现有的AD。>org.springframework.
boot
</groupId> <artifactId>
spring
-
boot
-starter-security</artifactId>>
spring
-
boot
-starter-web</art
浏览 4
提问于2017-05-11
得票数 0
1
回答
使用
LDAP
身份验证的
Spring
、
、
、
因此,我正在尝试构建一个使用
LDAP
身份验证的REST。基本上,当我的登录端点被消耗时,我希望它使用httpBasic身份验证来检测凭据,然后在我的
LDAP
服务器上使用这些凭据。现在,我想知道如何使用基于
LDAP
组的用户角色(例如管理人员、开发人员)来设置特定端点的权限。
浏览 1
提问于2020-02-06
得票数 5
回答已采纳
1
回答
Spring
安全性+Range7xldap认证
、
、
、
、
:
spring
-
boot
-starter-data-
ldap
' implementation 'org.springframework.
boot
:
spring
-
boot
-starter-web' implementati
浏览 2
提问于2019-02-19
得票数 2
1
回答
使用SHA512密码的
Spring
引导和
LDAP
、
、
、
> <version>1.5.7.RELEASE</version/groupId> </dependency> <
浏览 2
提问于2017-09-28
得票数 0
1
回答
Spring
boot
LDAP
get memberOf in ODM
、
、
我目前正在使用
Spring
boot
LDAP
构建一个应用程序,但是在访问'memberOf‘属性以确定用户属于哪个组时遇到了一些问题。org.springframework.
boot
.SpringApplication.refresh(SpringApplication.java:755) ~[
spring
-
boot
-2.3.10.:747) ~[
spring
-
boot
-2.3.10.RELEASE.jar:2.3.10.RELEASE]
浏览 82
提问于2021-05-18
得票数 1
2
回答
执行器依赖不会显示某些应用程序的运行状况
、
、
、
我开发了一个应用程序
spring
-
boot
,我使用
spring
-
boot
-starter-actuator来获取关于我的应用程序的信息。这是我的application.yml的快照 datasource: username: **** driver-class-name: com.mysql.jdbc.Driver
ldap
浏览 0
提问于2017-08-22
得票数 0
1
回答
WildFly 19上的
Spring
Boot
2.6应用程序-无法访问我的应用程序
、
、
、
、
</groupId> </dependency> <groupId>org.springframework.
boot
</groupId> <artifactId>
spring</em
浏览 26
提问于2021-10-26
得票数 0
点击加载更多
扫码
添加站长 进交流群
领取专属
10元无门槛券
手把手带您无忧上云
相关
资讯
Spring Boot中使用LDAP来统一管理用户信息
Spring Boot:Spring Boot 邮件服务
Spring Boot 2系列教程6-Spring Boot JDBC
Spring Boot 2.0(二):Spring Boot 2.0尝鲜-动态 Banner
spring boot简介
热门
标签
更多标签
云服务器
ICP备案
对象存储
腾讯会议
云直播
活动推荐
运营活动
广告
关闭
领券