/usr/share/accounts/providers/ubuntuone.provider is in ubuntuone-credentials-common 15.11+16.04.20160323.
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 | <?xml version="1.0" encoding="UTF-8"?>
<provider id="ubuntuone">
<name>Ubuntu One</name>
<icon>ubuntuone</icon>
<plugin>ubuntuone</plugin>
<translations>ubuntuone-credentials</translations>
<single-account>true</single-account>
<template>
<group name="auth">
<setting name="method">password</setting>
<setting name="mechanism">password</setting>
</group>
</template>
</provider>
|