Skip to content

新增LDAP认证#2980

Open
vlorc wants to merge 1 commit intoxuxueli:masterfrom
vlorc:master
Open

新增LDAP认证#2980
vlorc wants to merge 1 commit intoxuxueli:masterfrom
vlorc:master

Conversation

@vlorc
Copy link
Copy Markdown

@vlorc vlorc commented Sep 14, 2022

What kind of change does this PR introduce? (check at least one)

  • Bugfix
  • Feature
  • Code style update
  • Refactor
  • Build-related changes
  • Other, please describe:

The description of the PR:

新增LDAP认证

例子

### ldap config
# 是否启用
spring.data.ldap.repositories.enabled=false
spring.ldap.urls=ldap://localhost:18889
spring.ldap.base=dc=example,dc=com
spring.ldap.username=uid=admin,ou=system
spring.ldap.password=secret
# 用户过滤
spring.ldap.filter=(&(objectclass=person)(cn={username}))
# 管理员过滤
spring.ldap.admin=

Other information:

@wang-xiaowu
Copy link
Copy Markdown

请问啥时候merge这个pr呀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants