腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
工具
TVP
最新优惠活动
文章/答案/技术大牛
搜索
搜索
关闭
发布
精选内容/技术社群/优惠产品,
尽在小程序
立即前往
文章
问答
(5051)
视频
沙龙
1
回答
Spring
Boot
LDAP
模板
查询
、
如何在
LDAP
模板
中为以下AD
查询
编写
查询
: (&(objectcategory=person)(objectclass=user)(userAccountControl:1.2.840.113556.1.4.803
浏览 40
提问于2020-05-14
得票数 0
回答已采纳
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
boot
针对使用不同于域名的UPN的AD的安全性
、
、
、
、
问题是,当
Spring
执行
LDAP
查询
时,它会搜索'firstname lastname@company.local‘。这不会给出匹配结果。如何将
Spring
Boot
配置为不在
查询
中附加域? 使用下面的设置配置
Spring
Boot
和
Spring
Security (遵循教程)。ActiveDirectoryLdapAuthenticationProvider provider = new ActiveDirectoryL
浏览 7
提问于2017-06-12
得票数 0
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
回答
Spring
LDAP
和
Spring
Data Rest不兼容
、
、
但是,当我添加依赖
spring
-
boot
-starter-data-rest时,即使我在application.properties (和)中添加
spring
.data.rest.detectionStrategy</groupId> </dependency> <dependency><
浏览 18
提问于2017-12-25
得票数 1
2
回答
如何在春天自动更新LdapRepository?
、
、
我试图使用
spring
的自动配置来拆分一个嵌入式
LDAP
服务器,并使用
spring
访问它。' testCompile 'org.springframework.
boot
:
spring
-
boot
-starter-test' }
浏览 1
提问于2018-10-27
得票数 0
回答已采纳
1
回答
如何连接到
LDAP
服务器以及如何在
Spring
Boot
应用程序中验证AD组
、
、
我有一个
Spring
Boot
应用程序。 我要连接到
LDAP
服务器并
查询
有效的AD组。
浏览 22
提问于2017-12-15
得票数 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
1
回答
为
Spring
配置第二个独立的LdapTemplate
、
、
、
我找到了,并将第二组
LDAP
配置条目添加为
spring
.
ldap
2.和这个附加的Config类:public class LdapConfig { @ConfigurationProperties(prefix = "
spring
.
ldap
2: defined by method
浏览 0
提问于2018-09-26
得票数 0
3
回答
Spring
安全自定义HTML登录页面未被识别
、
、
、
html页面应该位于
模板
文件夹中吗?应用程序如何知道它应该呈现"login.html“? <groupId>org.springframework.
boot
</groupId> <artifactId>
spring
-
boot
-starter-security<artifactId>
spring
-
ldap
-core</artifactId
浏览 1
提问于2020-09-23
得票数 0
回答已采纳
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
回答已采纳
1
回答
未呈现
Spring
安全自定义html登录页
、
、
、
html页面应该位于
模板
文件夹中吗?应用程序如何知道它应该呈现"login.html“? <groupId>org.springframework.
boot
</groupId> <artifactId>
spring
-
boot
-starter-security<artifactId>
spring
-
ldap
-core</artifactId
浏览 2
提问于2020-09-22
得票数 0
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
回答已采纳
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
回答
使用
LDAP
身份验证的
Spring
、
、
、
因此,我正在尝试构建一个使用
LDAP
身份验证的REST。基本上,当我的登录端点被消耗时,我希望它使用httpBasic身份验证来检测凭据,然后在我的
LDAP
服务器上使用这些凭据。现在,我想知道如何使用基于
LDAP
组的用户角色(例如管理人员、开发人员)来设置特定端点的权限。
浏览 1
提问于2020-02-06
得票数 5
回答已采纳
点击加载更多
扫码
添加站长 进交流群
领取专属
10元无门槛券
手把手带您无忧上云
相关
资讯
Spring Boot中使用LDAP来统一管理用户信息
一份 Spring Boot 项目搭建模板
Spring Boot:Spring Boot 邮件服务
Spring Boot 2系列教程6-Spring Boot JDBC
Spring Boot 2.0(二):Spring Boot 2.0尝鲜-动态 Banner
热门
标签
更多标签
云服务器
ICP备案
对象存储
腾讯会议
云直播
活动推荐
运营活动
广告
关闭
领券