/usr/share/accounts/providers/ussoa-test-login.provider is in ubuntu-system-settings-online-accounts-autopilot 0.7+16.04.20160322-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 | <?xml version="1.0" encoding="UTF-8"?>
<provider id="ussoa-test-login">
<name>TestLogin</name>
<icon>test-login</icon>
<translations>account-plugins</translations>
<domains>.*example\.com</domains>
<template>
<group name="auth">
<setting name="method">password</setting>
<setting name="mechanism">password</setting>
</group>
</template>
</provider>
|