diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2016-06-16 21:06:38 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2016-06-16 21:06:38 +0200 |
| commit | 7627939253a431578e79cb0d157d552f15d802a1 (patch) | |
| tree | 9488ee68ee4a5a827e0225a191e44396cc098138 /appinfo/info.xml | |
| download | oc-pam-master.tar.gz oc-pam-master.zip | |
Diffstat (limited to 'appinfo/info.xml')
| -rw-r--r-- | appinfo/info.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml new file mode 100644 index 0000000..b4ab7ac --- /dev/null +++ b/appinfo/info.xml @@ -0,0 +1,15 @@ +<?xml version="1.0"?> +<info> + <id>user_pam</id> + <name>Unix PAM backend</name> + <description>Authenticate users by PAM according a unix group - Based on Unix user backend app</description> + <licence>MIT</licence> + <author>CSharplie</author> + <version>0.1</version> + <dependencies> + <owncloud min-version="8.0" max-version="9.0" /> + </dependencies> + <types> + <logging/> + </types> +</info> |
