forked from fanruan/demo-ldaps-passport
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Cloud.Liu
5ebe4f2201
|
5 years ago | |
---|---|---|
lib/report | 5 years ago | |
src/main | 5 years ago | |
.gitignore | 5 years ago | |
LICENSE | 5 years ago | |
build.xml | 5 years ago | |
plugin.xml | 5 years ago | |
pom.xml | 5 years ago | |
readme.md | 5 years ago |
readme.md
LDAPS认证插件说明
设置项 | 示例 |
---|---|
URL | ldaps://192.168.120.128:636 |
检索位置 | ou=users,dc=cloud,dc=local |
是否将检索位置作为baseDN | 不勾选 |
认证方式 | simple |
前后关系 | com.sun.jndi.ldap.LdapCtxFactory |
转诊 | follow |
LDAPS证书地址 | C:\abc.cer |
用户名后缀 | 可不填 |
管理员名称 | cn=Manager,dc=cloud,dc=local |
管理员密码 | 上面账号对应的LDAPS域密码 |
-
会在WEB-INF/plugins下生成ldaps.keystore,不可删除。若想更换证书,删除该文件,在平台重新配置证书路径,保存。
-
根据客户需求,如果用户在LDAPS域上不存在,走平台默认认证。