diff options
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> |
