This file is indexed.

/usr/share/accounts/providers/identica.provider is in account-plugin-identica 0.11+14.04.20140409.1-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
20
21
22
23
24
25
26
27
<?xml version="1.0" encoding="UTF-8"?>
<provider id="identica">
  <name>identi.ca</name>
  <icon>identica</icon>
  <translations>account-plugins</translations>
  <domains>.*identi\.ca</domains>
  <plugin>generic-oauth</plugin>

  <template>
    <group name="auth">
      <setting name="method">oauth2</setting>
      <setting name="mechanism">HMAC-SHA1</setting>
      <group name="oauth2">
        <group name="HMAC-SHA1">
          <setting name="RequestEndpoint">https://identi.ca/api/oauth/request_token</setting>
          <setting name="TokenEndpoint">https://identi.ca/api/oauth/access_token</setting>
          <setting name="AuthorizationEndpoint">https://identi.ca/api/oauth/authorize</setting>
          <setting name="ConsumerKey">anonymous</setting>
          <setting name="ConsumerSecret">anonymous</setting>
          <setting name="Callback">https://wiki.ubuntu.com/</setting>
          <setting name="Source">Ubuntu</setting>
          <setting name="Mode">desktop</setting>
        </group>
      </group>
    </group>
  </template>
</provider>