Online-accounts toestaan of verbieden

The GNOME Online Accounts (GOA) are used for integrating personal network accounts with the GNOME Desktop and applications. The user can add their online accounts, such as Google, Facebook, Flickr, ownCloud, and others using the Online Accounts application.

Als systeembeheerder kunt u:

  • alle online-accounts inschakelen;

  • sommige online-accounts inschakelen;

  • alle online-accounts uitschakelen.

Online-accounts instellen

  1. Make sure that you have the gnome-online-accounts package installed on your system.

  2. Maak het profiel user aan met de volgende regels:

    /etc/dconf/profile/user

    user-db:user
    system-db:local

    local is de naam van een dconf-database.

  3. Create the directory /etc/dconf/db/local.d/ if it does not already exist.

  4. Create the key file /etc/dconf/db/local.d/00-goa to provide information for the local database containing the following configuration.

    • Om specifieke leveranciers in te schakelen:

      [org/gnome/online-accounts]
      whitelisted-providers= ['google', 'facebook']
    • Om alle leveranciers uit te schakelen:

      [org/gnome/online-accounts]
      whitelisted-providers= ['']
    • Om alle beschikbare leveranciers toe te staan:

      [org/gnome/online-accounts]
      whitelisted-providers= ['all']

      Dit is de standaardinstelling.

  5. To prevent the user from overriding these settings, create the file /etc/dconf/db/local.d/locks/goa with the following content:

    /etc/dconf/db/local.d/locks/goa

    # Vergrendel de lijst met leveranciers die ingeladen mogen worden
    /org/gnome/online-accounts/whitelisted-providers
  6. Werk de systeemdatabases bij:

    # dconf update
  7. Gebruikers moeten zich af- en weer aanmelden om de systeembrede instellingen door te voeren.