/usr/share/accounts/providers/owncloud.provider is in kaccounts-providers 4:15.12.3-0ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | <?xml version="1.0" encoding="UTF-8"?>
<provider id="owncloud">
<name>ownCloud</name>
<icon>owncloud</icon>
<description>ownCloud account</description>
<translations>kaccounts-providers</translations>
<plugin>owncloud_plugin_kaccounts</plugin>
<template>
<group name="auth">
<setting name="method">password</setting>
<setting name="mechanism">password</setting>
</group>
<group name="dav">
<setting name="host"/>
</group>
</template>
</provider>
|