-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathinstall_cas.xml
More file actions
60 lines (60 loc) · 2.94 KB
/
install_cas.xml
File metadata and controls
60 lines (60 loc) · 2.94 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml-stylesheet type="text/xsl" href="modx.prosilver.en.xsl"?>
<!--NOTICE: Please open this file in your web browser. If presented with a security warning, you may safely tell it to allow the blocked content.-->
<!--For security purposes, please check: http://www.phpbb.com/mods/ for the latest version of this MOD.\nAlthough MODs are checked before being allowed in the MODs Database there is no guarantee that there are no security problems within the MOD.\nNo support will be given for MODs not found within the MODs Database which can be found at http://www.phpbb.com/mods/-->
<mod xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.phpbb.com/mods/xml/modx-1.2.5.xsd">
<header>
<meta name="generator" content="MODX file generated with PP MODX Creator by tumba25 (online version)"/>
<license><![CDATA[http://opensource.org/licenses/LGPL-2.1 GNU Lesser General Public License v2.1]]></license>
<title lang="en"><![CDATA[CAS Authentication plugin]]></title>
<title lang="fr"><![CDATA[Plugin d'authentification via CAS]]></title>
<description lang="en"><![CDATA[Enable (auto)login using Yale's CAS protocol.]]></description>
<description lang="fr"><![CDATA[Permet de s'(auto)identifier sur le forum phpBB grâce au protocole CAS.]]></description>
<author-group>
<author>
<realname><![CDATA[Grégoire Astruc]]></realname>
<username><![CDATA[gregoire.astruc]]></username>
<email><![CDATA[gregoire.astruc@anelis.isima.fr]]></email>
</author>
</author-group>
<mod-version>0.0.2</mod-version>
<installation>
<level>easy</level>
<time>120</time>
<target-version>3.0.9</target-version>
</installation>
<history>
<entry>
<date>2012-01-06</date>
<rev-version>0.0.3</rev-version>
<changelog lang="en">
<change><![CDATA[Updated english translation]]></change>
<change><![CDATA[Added ability to view the board as guest user]]></change>
<change><![CDATA[Automatic redirect to avoid phpbb login page]]></change>
</changelog>
<changelog lang="fr">
<change><![CDATA[Mise à jour de la traduction]]></change>
<change><![CDATA[Possibilité de voir le forum en tant qu'invité]]></change>
<change><![CDATA[Redirection automatique permettant d'éviter la page de login phpBB]]></change>
</changelog>
</entry>
<entry>
<date>2011-12-30</date>
<rev-version>0.0.2</rev-version>
<changelog lang="en">
<change><![CDATA[Added french translation]]></change>
</changelog>
<changelog lang="fr">
<change><![CDATA[Ajout de la traduction française]]></change>
</changelog>
</entry>
</history>
</header>
<action-group>
<copy>
<file from="includes/auth/auth_cas.php" to="includes/auth/auth_cas.php"/>
<file from="language/en/mods/auth_cas.php" to="language/en/mods/auth_cas.php"/>
<file from="language/fr/mods/auth_cas.php" to="language/fr/mods/auth_cas.php"/>
</copy>
</action-group>
</mod>