diff options
Diffstat (limited to 'apps/user_ldap/appinfo/info.xml')
-rw-r--r-- | apps/user_ldap/appinfo/info.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/apps/user_ldap/appinfo/info.xml b/apps/user_ldap/appinfo/info.xml new file mode 100644 index 00000000000..9a6ee1436fc --- /dev/null +++ b/apps/user_ldap/appinfo/info.xml @@ -0,0 +1,10 @@ +<?xml version="1.0"?> +<info> + <id>user_ldap</id> + <name>LDAP user backend</name> + <description>Authenticate Users by LDAP</description> + <version>0.1</version> + <licence>AGPL</licence> + <author>Dominik Schmidt</author> + <require>2</require> +</info> |