-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathonc.xml
48 lines (48 loc) · 1.38 KB
/
onc.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
<?xml version="1.0" encoding="utf-8"?>
<extension version="3.3" type="plugin" group="authentication" method="upgrade">
<name>Owncloud Nextcloud Authentication</name>
<author>Luca Lindhorst</author>
<creationDate>March 2017</creationDate>
<copyright>Copyright (C) 2017 Luca Lindhorst. All rights reserved.</copyright>
<license>MIT License</license>
<authorEmail>[email protected]</authorEmail>
<authorUrl>lucalindhorst.de</authorUrl>
<version>1.0.0</version>
<description>PLG_ONC_AUTH_XML_DESCRIPTION</description>
<files>
<filename plugin="onc">onc.php</filename>
</files>
<languages>
<language tag="en-GB">en-GB.plg_authentication_onc.ini</language>
</languages>
<config>
<fields name="params">
<fieldset name="basic">
<field
name="url"
type="text"
label="URL"
description="PLG_ONC_AUTH_FIELD_URL_DESC"
size="300"
/>
<field
name="verifypeer"
type="radio"
label="PLG_ONC_FIELD_VERIFYPEER_LABEL"
description="PLG_ONC_FIELD_VERIFYPEER_DESC"
default="1"
class="btn-group btn-group-yesno"
>
<option value="1">JYES</option>
<option value="0">JNO</option>
</field>
<field
name="user_blacklist"
type="text"
label="PLG_ONC_FIELD_USER_BLACKLIST_LABEL"
description="PLG_ONC_FIELD_USER_BLACKLIST_DESC"
/>
</fieldset>
</fields>
</config>
</extension>