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.
20 lines
988 B
20 lines
988 B
5 years ago
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||
|
<plugin>
|
||
|
<id>com.fr.plugin.passport.ldaps</id>
|
||
|
<name><![CDATA[LDAPS认证插件]]></name>
|
||
|
<active>yes</active>
|
||
|
<version>1.1</version>
|
||
|
<env-version>10.0~</env-version>
|
||
|
<jartime>2019-05-20</jartime>
|
||
|
<vendor>Cloud.Liu</vendor>
|
||
|
<description><![CDATA[LDAPS认证]]></description>
|
||
|
<change-notes><![CDATA[
|
||
|
[2019-07-12]若需更换秘钥,请删除WEB-INF/plugins下ldaps.keystore文件并在平台指定新的秘钥路径。<br/>
|
||
|
[2019-07-19]根据需求,使域上没有,平台有的用户走平台认证。<br/>
|
||
|
]]></change-notes>
|
||
|
<extra-decision>
|
||
|
<PassportProvider class="com.fr.plugin.decision.passport.ldaps.LdapsPassportProvider"/>
|
||
|
<WebResourceProvider class="com.fr.plugin.decision.passport.ldaps.LdapsWebResourceProvider"/>
|
||
|
</extra-decision>
|
||
|
<function-recorder class="com.fr.plugin.decision.passport.ldaps.LdapsPassportProvider"/>
|
||
|
</plugin>
|