-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathphpcas.xml
48 lines (48 loc) · 1.36 KB
/
phpcas.xml
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
<root>
<name>phpcas</name>
<key>phpcas</key>
<state>stable</state>
<logo>https://raw.githubusercontent.com/InfotelGLPI/phpcas/main/phpcas.png</logo>
<description>
<short>
<en>phpcas GLPI plugin.</en>
<fr>Plugin GLPI phpcas</fr>
</short>
<long>
<en>Add phpcas library</en>
<fr>Ajoute la librairie php-cas</fr>
</long>
</description>
<homepage>https://github.com/infotelGLPI/phpcas</homepage>
<download>https://github.com/infotelGLPI/phpcas/releases</download>
<issues>https://github.com/infotelGLPI/phpcas/issues</issues>
<readme>https://github.com/infotelGLPI/phpcas/blob/master/README.md</readme>
<authors>
<author>Xavier CAILLAUD</author>
<author>Infotel</author>
</authors>
<versions>
<version>
<num>1.0.0</num>
<compatibility>^10.0.10</compatibility>
<download_url>https://github.com/InfotelGLPI/phpcas/releases/download/1.0.0/glpi-phpcas-1.0.0.tar.bz2</download_url>
</version>
</versions>
<langs>
<lang>en_GB</lang>
<lang>fr_FR</lang>
</langs>
<license>GPL-2.0-or-later</license>
<tags>
<en>
<tag>CAS</tag>
<tag>Authentication</tag>
</en>
<fr>
<tag>CAS</tag>
<tag>Authentification</tag>
</fr>
</tags>
<screenshots>
</screenshots>
</root>