diff options
author | Arthur Schiwon <blizzz@owncloud.com> | 2012-04-04 12:41:32 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@owncloud.com> | 2012-04-04 12:41:32 +0200 |
commit | 60e3b563e26478eab257413b5cac9b3f619570ac (patch) | |
tree | 411f277473d2c10c17da131c2feeec15bf6d4c59 /apps/user_ldap/appinfo/info.xml | |
parent | acdce2b1e01f7c0a77b7e7949540e1b0ba94efd1 (diff) | |
download | nextcloud-server-60e3b563e26478eab257413b5cac9b3f619570ac.tar.gz nextcloud-server-60e3b563e26478eab257413b5cac9b3f619570ac.zip |
webdav needs to load authentication apps
Diffstat (limited to 'apps/user_ldap/appinfo/info.xml')
-rw-r--r-- | apps/user_ldap/appinfo/info.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/user_ldap/appinfo/info.xml b/apps/user_ldap/appinfo/info.xml index 9a6ee1436fc..99830dd1ffd 100644 --- a/apps/user_ldap/appinfo/info.xml +++ b/apps/user_ldap/appinfo/info.xml @@ -7,4 +7,7 @@ <licence>AGPL</licence> <author>Dominik Schmidt</author> <require>2</require> + <types> + <authentication/> + </types> </info> |