-
Notifications
You must be signed in to change notification settings - Fork 30
/
plugin.json
30 lines (30 loc) · 901 Bytes
/
plugin.json
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
{
"name": "LoginLdap",
"version": "5.0.7",
"description": "LDAP authentication and synchronization for Matomo.",
"theme": false,
"keywords": ["ldap", "login", "authentication", "active", "directory", "kerberos", "sso"],
"license": "GPL v3+",
"homepage": "https://github.com/matomo-org/plugin-LoginLdap",
"require": {
"matomo": ">=5.0.0-b1,<6.0.0-b1"
},
"authors": [
{
"name": "Matomo",
"email": "[email protected]",
"homepage": "https://github.com/matomo-org"
},
{
"name": "Aivo Koger",
"email": "[email protected]",
"homepage": "https://github.com/tehnotronic"
},
{
"name": "Stefan Kreuter",
"email": "[email protected]",
"homepage": "http://www.gigatec.de"
}
],
"category": "security"
}