Subversion Repositories oidplus

Rev

Rev 828 | Rev 1088 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 828 Rev 1050
Line 2... Line 2...
2
<manifest
2
<manifest
3
        xmlns="urn:oid:1.3.6.1.4.1.37476.2.5.2.5.8.1"
3
        xmlns="urn:oid:1.3.6.1.4.1.37476.2.5.2.5.8.1"
4
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5
        xsi:schemaLocation="urn:oid:1.3.6.1.4.1.37476.2.5.2.5.8.1 https://oidplus.viathinksoft.com/oidplus/plugins/manifest_plugin_auth.xsd">
5
        xsi:schemaLocation="urn:oid:1.3.6.1.4.1.37476.2.5.2.5.8.1 https://oidplus.viathinksoft.com/oidplus/plugins/manifest_plugin_auth.xsd">
6
 
6
 
7
        <type>OIDplusAuthPlugin</type>
7
        <type>ViaThinkSoft\OIDplus\OIDplusAuthPlugin</type>
8
 
8
 
9
        <info>
9
        <info>
10
                <name>BCrypt hash</name>
10
                <name>BCrypt hash</name>
11
                <author>ViaThinkSoft</author>
11
                <author>ViaThinkSoft</author>
12
                <license>Apache 2.0</license>
12
                <license>Apache 2.0</license>
Line 16... Line 16...
16
                ]]></descriptionHTML>
16
                ]]></descriptionHTML>
17
                <oid>1.3.6.1.4.1.37476.2.5.2.4.4.3</oid>
17
                <oid>1.3.6.1.4.1.37476.2.5.2.4.4.3</oid>
18
        </info>
18
        </info>
19
 
19
 
20
        <php>
20
        <php>
21
                <mainclass>OIDplusAuthPluginBCrypt</mainclass>
21
                <mainclass>ViaThinkSoft\OIDplus\OIDplusAuthPluginBCrypt</mainclass>
22
        </php>
22
        </php>
23
       
23
       
24
</manifest>
24
</manifest>